Skip to content

Commit

Permalink
Only release on canary for "Pre-release:" prefixed release names
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Jul 30, 2024
1 parent ead46e2 commit 81a4a87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: startsWith(github.event.release.name, 'Pre-release:') && github.event.release.isPrerelease
permissions:
contents: read
id-token: write
Expand Down

0 comments on commit 81a4a87

Please sign in to comment.