Skip to content

Commit e3ff923

Browse files
authoredJun 25, 2022
ci(codeql): ignore on push events for dependabot branches (#484)
1 parent 38368e8 commit e3ff923

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎.github/workflows/codeql.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Code scanning - action
22
"on":
3-
push: null
4-
pull_request: null
3+
push:
4+
branches-ignore:
5+
- "dependabot/**"
6+
pull_request:
57
schedule:
68
- cron: 0 19 * * 0
79
jobs:

0 commit comments

Comments
 (0)
Please sign in to comment.