Skip to content

Commit 9ee9a06

Browse files
committed
CodeQL should run anytime we update a 4.* or 3.* branch
1 parent 360a988 commit 9ee9a06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: "CodeQL"
22

33
on:
44
push:
5-
branches: [ "main", "4.0", "3.1", "3.0", "2.4" ]
5+
branches: [ "main", "4.*", "3.*", "2.4" ]
66
pull_request:
7-
branches: [ "main", "4.0", "3.1", "3.0", "2.4" ]
7+
branches: [ "main", "4.*", "3.*", "2.4" ]
88
schedule:
99
- cron: "59 17 * * 2"
1010

0 commit comments

Comments
 (0)