[misc] Run CI on pushes to release branches

Extends every push-to-main CI workflow to also trigger on release-*
branches, so a backport merged to a release branch gets the same
post-merge test coverage main gets. Pull request triggers are already
branch-unfiltered, so backport PRs were covered; the gap was the branch
state after merging.

sync-main is deliberately untouched: it syncs main into a downstream
repository and must never run for a release branch.
This commit is contained in:
Brad Ison
2026-08-11 18:23:45 +02:00
parent 484772937e
commit e44d68a035
10 changed files with 10 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ on:
push:
branches:
- main
- "release-*"
pull_request:
paths:
- "release_files/install.sh"