mirror of https://github.com/actions/toolkit
Only run codeql on main branch pushes (#826)
parent
36b8c66aec
commit
51dc07a106
|
@ -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…
Reference in New Issue