Merge pull request #620 from github/rneatherway-patch-1
Suggest limiting push/pull_request triggers
This commit is contained in:
commit
fa857eb53f
1 changed files with 2 additions and 0 deletions
|
|
@ -22,7 +22,9 @@ name: "Code Scanning - Action"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
schedule:
|
||||
# ┌───────────── minute (0 - 59)
|
||||
# │ ┌───────────── hour (0 - 23)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue