Skip to content

Commit 4548f79

Browse files
committed
ci: run tests against v* branches
1 parent edab809 commit 4548f79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: CI
33
on:
44
push:
55
branches:
6-
- 'main'
6+
- main
7+
- v*
78
pull_request:
89

910
jobs:

0 commit comments

Comments
 (0)