chore: trigger CI jobs on all release-related branches (#29274)

This commit is contained in:
Maxime Beauchemin
2024-06-17 13:42:58 -07:00
committed by GitHub
parent ae7c40920e
commit d49d79121c
21 changed files with 24 additions and 20 deletions

View File

@@ -4,7 +4,7 @@ on:
push:
branches:
- "master"
- "[0-9].[0-9]"
- "[0-9].[0-9]*"
pull_request:
types: [synchronize, opened, reopened, ready_for_review]