Skip to content

Commit 5ae4588

Browse files
committed
chore: run test workflow for PRs and pushes to '3.x'
1 parent 2218a34 commit 5ae4588

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
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- main
9+
- 3.x
910
paths-ignore:
1011
- '**/*.md'
1112
- '**/*.asciidoc'
@@ -14,7 +15,8 @@ on:
1415
pull_request:
1516
branches:
1617
- main
17-
- dev/4.x
18+
- dev/4.x # XXX remove before merging
19+
- 3.x
1820
paths-ignore:
1921
- '**/*.md'
2022
- '**/*.asciidoc'

0 commit comments

Comments
 (0)