Skip to content

Commit 543eb3b

Browse files
committed
Add pull_request trigger to CodeQL workflow
Re-enables CodeQL scanning on PRs. This requires the repo to be public so that the Actions runner can checkout the code.
1 parent 625330d commit 543eb3b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: CodeQL
33
on:
44
push:
55
branches: [main]
6+
pull_request:
7+
branches: [main]
68
schedule:
79
- cron: '0 6 * * 1' # Weekly Monday 6am UTC
810

0 commit comments

Comments
 (0)