mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-04 02:52:56 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * 0'
|
- cron: '0 0 * * 0'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user