Skip to content

Commit 407c6e5

Browse files
Fix wrong branch name in CI workflow
1 parent 78345c5 commit 407c6e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tfjs-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: TFJS Continuous Integration
22

33
on:
44
push:
5-
branches: [ $default-branch ]
5+
branches: [ "master" ]
66
pull_request:
7-
branches: [ $default-branch ]
7+
branches: [ "master" ]
88
workflow_dispatch:
99

1010
permissions:

0 commit comments

Comments
 (0)