update branch matching in CI

This commit is contained in:
James Wilson
2025-06-03 12:38:44 +01:00
parent 84cfd746f8
commit fc351d7658
+2 -2
View File
@@ -9,13 +9,13 @@ on:
# If we want to backport changes to an old release, push a branch # If we want to backport changes to an old release, push a branch
# eg v0.40.x and CI will run on it. PRs merging to such branches # eg v0.40.x and CI will run on it. PRs merging to such branches
# will also trigger CI. # will also trigger CI.
- v0.*.x - v0.[0-9]+.x
pull_request: pull_request:
# Run jobs for any external PR that wants # Run jobs for any external PR that wants
# to merge to master, too: # to merge to master, too:
branches: branches:
- master - master
- v0.*.x - v0.[0-9]+.x
concurrency: concurrency:
group: ${{ github.ref }}-${{ github.workflow }} group: ${{ github.ref }}-${{ github.workflow }}