Skip to content

Commit

Permalink
Run CodeQL only on pushes to main
Browse files Browse the repository at this point in the history
  • Loading branch information
brcrista committed Mar 24, 2022
1 parent 6c048c7 commit bbebfaf
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 bbebfaf

Please sign in to comment.