We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7738082 commit 47d3ac1Copy full SHA for 47d3ac1
.github/workflows/main.yml
@@ -94,7 +94,7 @@ jobs:
94
# quick trash.
95
needs: build
96
# only run this when the action is push and the destination branch is main
97
- if: github.action == 'push' && github.ref_name == 'main'
+ if: github.event_name == 'push' && github.ref_name == 'main'
98
permissions:
99
id-token: write
100
contents: read
0 commit comments