Skip to content

Commit f308b00

Browse files
ci(node-ci.yml): Evaluate push to master
1 parent a72bd19 commit f308b00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/node-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
GIT_BRANCH_NAME: ${{ github.ref }}
1313
IS_PUSH: ${{ github.event_name }}
1414
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' }}
1516

1617
runs-on: ubuntu-latest
1718

0 commit comments

Comments
 (0)