Skip to content

Commit 7662fac

Browse files
ci: add push codeql trigger
1 parent 387ee45 commit 7662fac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codeql.yml

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

1414
on:
15+
pull_request:
16+
branches: [ "master" ]
17+
push:
18+
branches: [ "master" ]
1519
schedule:
1620
- cron: '16 04 * * 2'
1721

0 commit comments

Comments
 (0)