Merge pull request #358 from actions/brcrista/codeql-main

Run CodeQL only on pushes to main
This commit is contained in:
Brian Cristante 2022-03-31 10:54:02 -04:00 committed by GitHub
commit 9516be869f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@ name: "Code scanning - action"
on:
push:
branches: [ 'main' ]
pull_request:
schedule:
- cron: '25 3 * * 5'