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:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 0 * * 0'
|
||||
|
|
Loading…
Reference in New Issue