Skip to content

Commit 0b0e568

Browse files
committed
update run-tests.yml
1 parent c0198ce commit 0b0e568

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Diff for: .github/workflows/run-tests.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,15 @@ name: run-tests
22

33
on:
44
push:
5-
branches: [main]
5+
branches:
6+
- main
7+
- 1.x
8+
- 2.x
69
pull_request:
7-
branches: [main]
10+
branches:
11+
- main
12+
- 1.x
13+
- 2.x
814

915
jobs:
1016
test:

0 commit comments

Comments
 (0)