1
0
Fork 0

Only run codeql on main branch pushes (#826)

pull/728/head^2
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
1 changed files with 2 additions and 0 deletions

View File

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