Skip to content

Commit 130858c

Browse files
committed
specify on.push for CodeQL
> Warning: 1 issue was detected with this workflow: Please specify an on.push hook so that Code Scanning can compare pull requests against the state of the base branch.
1 parent 4e3393b commit 130858c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: "CodeQL"
22

33
on:
4+
push:
5+
branches: [main]
46
pull_request:
57
schedule:
68
- cron: '44 6 * * 6'

0 commit comments

Comments
 (0)