mirror of
https://github.com/actions/toolkit.git
synced 2026-08-07 00:00:18 +02:00
Only run codeql on main branch pushes (#826)
This commit is contained in:
@@ -2,6 +2,8 @@ name: "Code Scanning - Action"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
schedule:
|
||||
- cron: '0 0 * * 0'
|
||||
|
||||
Reference in New Issue
Block a user