mirror of
https://github.com/apache/superset.git
synced 2026-04-07 18:35:15 +00:00
chore: trigger CI jobs on all release-related branches (#29274)
This commit is contained in:
committed by
GitHub
parent
ae7c40920e
commit
d49d79121c
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user