Skip to content

Commit 12b1e63

Browse files
committed
Fix default branch name
1 parent 65668f6 commit 12b1e63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Node.js CI
33

44
on:
55
push:
6-
branches: [ $default-branch ]
6+
branches: [ main ]
77
pull_request:
8-
branches: [ $default-branch ]
8+
branches: [ main ]
99

1010
jobs:
1111
build:

0 commit comments

Comments
 (0)