Skip to content

Commit

Permalink
ci: add v4.x branch to test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Oct 24, 2024
1 parent 1a433d2 commit 99f95b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
push:
branches: [master]
pull_request:
branches: [master, next]
branches: [master, next, v4.x]

concurrency:
group: test-${{ github.ref }}
Expand Down

0 comments on commit 99f95b6

Please sign in to comment.