Skip to content

Commit 3654404

Browse files
authored
Enable CodeQL Workflow for all main branches (#13244)
1 parent f963ad3 commit 3654404

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ 5.2.x ]
16+
branches:
17+
- '[4-9]+.[0-9]+.x'
1718
pull_request:
1819
# The branches below must be a subset of the branches above
19-
branches: [ 5.2.x ]
20+
branches:
21+
- '[4-9]+.[0-9]+.x'
2022

2123
jobs:
2224
analyze:

0 commit comments

Comments
 (0)