Skip to content

Commit aa3d9f8

Browse files
committed
feat(ci): Add CI for PRs to all dev/stable version branches
1 parent a7857f7 commit aa3d9f8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ on:
33
push:
44
branches:
55
- master
6+
- '[0-9]+.[0-9]+-dev'
67
pull_request:
78
branches:
89
- master
10+
- '[0-9]+.[0-9]+-dev'
911
jobs:
1012
test:
1113
strategy:

0 commit comments

Comments
 (0)