Skip to content

Commit e3eb799

Browse files
committed
ci: trigger ci on next
1 parent e1a8e83 commit e3eb799

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
@@ -3,9 +3,9 @@ name: CI
33
# Triggers the workflow on push or pull request events but only for the master branch
44
on:
55
push:
6-
branches: [main]
6+
branches: [main, next]
77
pull_request:
8-
branches: [main]
8+
branches: [main, next]
99

1010
jobs:
1111
setup:

0 commit comments

Comments
 (0)