Trigger tests for patch release branch pushes (#15037)

Make sure that when creating a cherry-picked or otherwise diverging
patch release branch the final product still gets checked via CI before
a release is cut.

To trigger this patch release branches MUST follow the pattern:
`patch-release-*` (e.g. `patch-release-0.102.1`)
This commit is contained in:
Stefan Holderbach 2025-02-07 23:51:01 +01:00 committed by GitHub
parent 55c7246830
commit 2891867de9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@ on:
push:
branches:
- main
- 'patch-release-*'
name: continuous-integration