Suggest limiting push/pull_request triggers
Bring the template in line with the one used by the UI.
This commit is contained in:
parent
3c8ba71769
commit
0d0f0ef80e
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ To get code scanning results from CodeQL analysis on your repo you can use the f
|
||||||
name: "Code Scanning - Action"
|
name: "Code Scanning - Action"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push: [main]
|
||||||
pull_request:
|
pull_request: [main]
|
||||||
schedule:
|
schedule:
|
||||||
# ┌───────────── minute (0 - 59)
|
# ┌───────────── minute (0 - 59)
|
||||||
# │ ┌───────────── hour (0 - 23)
|
# │ ┌───────────── hour (0 - 23)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue