Merge pull request #620 from github/rneatherway-patch-1

Suggest limiting push/pull_request triggers
This commit is contained in:
Robin Neatherway 2021-07-26 16:28:26 +01:00 committed by GitHub
commit fa857eb53f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,9 @@ name: "Code Scanning - Action"
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)