Skip to content

Commit a72bd19

Browse files
ci(node-ci.yml): Extract event name using different var.
1 parent 23a8d36 commit a72bd19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
test-build-release:
1111
env:
1212
GIT_BRANCH_NAME: ${{ github.ref }}
13-
IS_PUSH: ${{ github.event.push }}
13+
IS_PUSH: ${{ github.event_name }}
1414
IS_PUSH_TO_MASTER: ${{ github.event.push && github.ref == 'refs/heads/master' }}
1515

1616
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)