Skip to content

Commit 6313fa6

Browse files
authored
Update main.yml
1 parent 5c09303 commit 6313fa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [master]
5+
branches: [master, 2.x]
66
pull_request:
7-
branches: [master]
7+
branches: [master, 2.x]
88

99
jobs:
1010
setup:
@@ -110,4 +110,4 @@ jobs:
110110
- name: coverage
111111
run: npm test -- --coverage && bash <(curl -s https://codecov.io/bash)
112112

113-
needs: setup
113+
needs: setup

0 commit comments

Comments
 (0)