Skip to content

Commit

Permalink
Suggest limiting push/pull_request triggers
Browse files Browse the repository at this point in the history
Bring the template in line with the one used by the UI.
  • Loading branch information
Robin Neatherway authored and GitHub committed Jul 15, 2021
1 parent 3c8ba71 commit 0d0f0ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ To get code scanning results from CodeQL analysis on your repo you can use the f
name: "Code Scanning - Action"

on:
push:
pull_request:
push: [main]
pull_request: [main]
schedule:
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
Expand Down

0 comments on commit 0d0f0ef

Please sign in to comment.