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 07bf1fc commit 937f7d0Copy full SHA for 937f7d0
.github/workflows/base.yml
@@ -77,6 +77,7 @@ jobs:
77
publish_release:
78
needs: run_all_tests
79
runs-on: ubuntu-latest
80
+ if: github.event_name == 'push'
81
steps:
82
- name: GitHub context to debug conditional steps
83
env:
0 commit comments