Skip to content

Commit fa857eb

Browse files
authored
Merge pull request #620 from github/rneatherway-patch-1
Suggest limiting push/pull_request triggers
2 parents 2f3ec1f + ecc548b commit fa857eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ name: "Code Scanning - Action"
2222

2323
on:
2424
push:
25+
branches: [main]
2526
pull_request:
27+
branches: [main]
2628
schedule:
2729
# ┌───────────── minute (0 - 59)
2830
# │ ┌───────────── hour (0 - 23)

0 commit comments

Comments
 (0)