Run CI on v0.N.x branches or PRs to them for ease of backporting (#2017)

This commit is contained in:
James Wilson
2025-06-03 13:10:15 +01:00
committed by GitHub
parent f831e8f87c
commit 3643f2c694
+5
View File
@@ -6,11 +6,16 @@ on:
# master or release-like branches:
branches:
- master
# 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
# will also trigger CI.
- v0.[0-9]+.x
pull_request:
# Run jobs for any external PR that wants
# to merge to master, too:
branches:
- master
- v0.[0-9]+.x
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}