Run CodeQL only on pushes to main

This commit is contained in:
Brian Cristante 2022-03-24 09:48:15 -04:00 committed by GitHub
parent 6c048c7558
commit bbebfafece
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'