Skip to content

Commit

Permalink
Add push triggers back to CodeQL workflow
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
br3ndonland committed Oct 26, 2021
1 parent 4489b5d commit 861f16e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
name: codeql

on:
push:
branches: [develop, main]
pull_request:
branches: [develop, main]
schedule:
- cron: "0 13 * * 1"
workflow_dispatch:
Expand Down

0 comments on commit 861f16e

Please sign in to comment.