Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
  • Loading branch information
2 people authored and GitHub committed Jul 16, 2021
1 parent 0d0f0ef commit 2a20b15
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ To get code scanning results from CodeQL analysis on your repo you can use the f
name: "Code Scanning - Action"

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

0 comments on commit 2a20b15

Please sign in to comment.