Skip to content

Commit d13c71b

Browse files
CHORE: add v1 branch to CI (on push), to allow committing directly on it
1 parent f0dad54 commit d13c71b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ name: Unit tests
33
on:
44
push:
55
branches:
6-
-dev
7-
-main
8-
-master
6+
- dev
7+
- main
8+
- master
9+
- v1
910
pull_request:
1011

1112
jobs:

0 commit comments

Comments
 (0)