Skip to content

Commit

Permalink
Merge pull request #358 from actions/brcrista/codeql-main
Browse files Browse the repository at this point in the history
Run CodeQL only on pushes to main
  • Loading branch information
brcrista committed Mar 31, 2022
2 parents 6c048c7 + bbebfaf commit 9516be8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: "Code scanning - action"

on:
push:
branches: [ 'main' ]
pull_request:
schedule:
- cron: '25 3 * * 5'
Expand Down

0 comments on commit 9516be8

Please sign in to comment.