Skip to content

Commit 887b2a5

Browse files
committed
ci: run tests on main, beta and maintenance branches
1 parent f80bc35 commit 887b2a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Test
22
on:
33
push:
44
branches:
5-
- master
5+
- main
6+
- beta
7+
- "[0-9]+.[0-9]+.x"
68
pull_request:
79
types: [opened, synchronize, reopened]
810

0 commit comments

Comments
 (0)