Only run codeql on main branch pushes (#826)

This commit is contained in:
Thomas Boop 2021-06-01 10:11:52 -04:00 committed by GitHub
parent 36b8c66aec
commit 51dc07a106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,8 @@ name: "Code Scanning - Action"
on: on:
push: push:
branches:
- main
pull_request: pull_request:
schedule: schedule:
- cron: '0 0 * * 0' - cron: '0 0 * * 0'