1 parent 82aefbb commit e533487Copy full SHA for e533487
1 file changed
.github/workflows/node.js.yml
@@ -4,9 +4,9 @@ name: Node.js CI
4
5
on:
6
push:
7
- branches: [ main, next ]
+ branches: [ master, next ]
8
pull_request:
9
- branches: [ main ]
+ branches: [ master ]
10
11
jobs:
12
build:
0 commit comments