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

@@ -2,7 +2,7 @@ name: "CodeQL"
on:
push:
branches: ["master", "[0-9].[0-9]"]
branches: ["master", "[0-9].[0-9]*"]
pull_request:
# The branches below must be a subset of the branches above
branches: ["master"]