Skip to content

Commit c616b31

Browse files
committed
update github workflow
1 parent a38c2cf commit c616b31

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
name: Tests
1+
name: tests
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches:
6+
- develop
7+
- main
68
pull_request:
7-
branches: [ main ]
9+
branches:
10+
- develop
11+
- main
812

913
jobs:
1014
tests:

0 commit comments

Comments
 (0)