Skip to content

Commit 6f3d602

Browse files
ci: add push codeql trigger
1 parent fd2e164 commit 6f3d602

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ name: "CodeQL"
1313

1414
on:
1515
pull_request:
16-
branches: [ master ]
16+
branches: [ "master" ]
17+
push:
18+
branches: [ "master" ]
1719
schedule:
1820
- cron: '16 04 * * 2'
1921

0 commit comments

Comments
 (0)