Skip to content

Commit

Permalink
specify on.push for CodeQL
Browse files Browse the repository at this point in the history
> 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.
  • Loading branch information
gfx committed Feb 26, 2021
1 parent 4e3393b commit 130858c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: "CodeQL"

on:
push:
branches: [main]
pull_request:
schedule:
- cron: '44 6 * * 6'
Expand Down

0 comments on commit 130858c

Please sign in to comment.