Update README.md
Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
This commit is contained in:
parent
0d0f0ef80e
commit
2a20b15eca
1 changed files with 4 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue