Skip to content

Commit 14f65d9

Browse files
Update codeql.yml
1 parent f3727e8 commit 14f65d9

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
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ "main", protected ]
16+
branches: [ "main", "v2.x" ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ "main", protected ]
19+
branches: [ "main", "v2.x" ]
2020
# trigger every Friday at 10:05pm (14:05 UTC)
2121
schedule:
2222
- cron: "5 14 * * 5"

0 commit comments

Comments
 (0)