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