We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23a8d36 commit a72bd19Copy full SHA for a72bd19
.github/workflows/node-ci.yml
@@ -10,7 +10,7 @@ jobs:
10
test-build-release:
11
env:
12
GIT_BRANCH_NAME: ${{ github.ref }}
13
- IS_PUSH: ${{ github.event.push }}
+ IS_PUSH: ${{ github.event_name }}
14
IS_PUSH_TO_MASTER: ${{ github.event.push && github.ref == 'refs/heads/master' }}
15
16
runs-on: ubuntu-latest
0 commit comments