Skip to content

Commit 1055328

Browse files
committed
chore: fix nodejs CI branch
1 parent c4f9183 commit 1055328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Node.js CI
22

33
on:
44
push:
5-
branches:
6-
- master
5+
branches:
6+
- main
77
pull_request:
88

99
env:

0 commit comments

Comments
 (0)