Skip to content

Commit 2a20b15

Browse files
Update README.md
Co-authored-by: Aditya Sharad <[email protected]>
1 parent 0d0f0ef commit 2a20b15

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ To get code scanning results from CodeQL analysis on your repo you can use the f
2121
name: "Code Scanning - Action"
2222

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

0 commit comments

Comments
 (0)