We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4327d6b commit 18dc594Copy full SHA for 18dc594
.github/workflows/release.yml
@@ -12,6 +12,7 @@ on:
12
jobs:
13
# Release unpublished packages.
14
release-plz-release:
15
+ if: ${{ github.repository_owner == 'salsa-rs' }}
16
name: Release-plz release
17
runs-on: ubuntu-latest
18
permissions:
@@ -33,6 +34,7 @@ jobs:
33
34
35
# Create a PR with the new versions and changelog, preparing the next release.
36
release-plz-pr:
37
38
name: Release-plz PR
39
40
0 commit comments