Skip to content

Commit

Permalink
add v5 to branch filter in test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mdumandag committed Oct 14, 2021
1 parent 79330cb commit b4cddfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
push:
branches:
- master
- 4.*.z
- '[45].*.z'
pull_request:
branches:
- master
- 4.*.z
- '[45].*.z'
jobs:
run-tests:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b4cddfb

Please sign in to comment.