Skip to content

Commit 0929cc1

Browse files
committed
add v5 to branch filter in test runner
1 parent 6d454bf commit 0929cc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_runner.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
push:
44
branches:
55
- master
6-
- 4.*.z
6+
- '[45].*.z'
77
pull_request:
88
branches:
99
- master
10-
- 4.*.z
10+
- '[45].*.z'
1111
jobs:
1212
run-tests:
1313
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)