We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52a8ef1 commit fe7ba2bCopy full SHA for fe7ba2b
1 file changed
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
name: Release
16
runs-on: ubuntu-latest
17
timeout-minutes: 10
18
- if: github.event.workflow_run.conclusion == 'success'
+ if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'push' && github.event.workflow_run.head_branch == 'main'
19
permissions:
20
contents: write
21
id-token: write
0 commit comments