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 252ef06 commit a24bf76Copy full SHA for a24bf76
.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