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