Skip to content

Commit 210e3e4

Browse files
committed
address review
1 parent d948a3f commit 210e3e4

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

1414
on:
1515
push:
16-
branches: [ "master", "*" ]
16+
branches: [ "main", "*" ]
1717
pull_request:
18-
branches: [ "master", "*" ]
18+
branches: [ "main", "*" ]
1919
schedule:
2020
- cron: '35 23 * * 5'
2121
workflow_call:

0 commit comments

Comments
 (0)