mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-11-18 21:41:06 +08:00
Only run codeql on main branch pushes (#826)
This commit is contained in:
parent
36b8c66aec
commit
51dc07a106
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@ -2,6 +2,8 @@ name: "Code Scanning - Action"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 0 * * 0'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user