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.
2 parents 527e06e + 84f1c3d commit 17abb01Copy full SHA for 17abb01
.github/workflows/release.yml
@@ -22,6 +22,7 @@ on:
22
23
jobs:
24
release:
25
+ if: ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
26
permissions:
27
contents: write
28
pull-requests: write
0 commit comments