Skip to content

Commit 8c3a3a9

Browse files
committed
Add multiroot to list of branches we can PR on
1 parent 4964134 commit 8c3a3a9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

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

33
on:
44
pull_request:
5+
branches: [main, dev, multiroot]
56
push:
6-
branches: [main, dev]
7+
branches: [main, dev, multiroot]
78

89
jobs:
910
pre-commit:

0 commit comments

Comments
 (0)