Skip to content

Commit ca62692

Browse files
seemewalkinCharlieKolb
authored andcommitted
ci: Guard publish-to-npm job behind merge check (#21691)
1 parent 45b17c1 commit ca62692

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
publish-to-npm:
2727
name: Publish to NPM
2828
runs-on: ubuntu-latest
29+
if: github.event.pull_request.merged == true
2930
timeout-minutes: 20
3031
permissions:
3132
id-token: write

0 commit comments

Comments
 (0)