Skip to content

Commit 68ce424

Browse files
committed
Avoid triggering CodeQL on the "push" event for Dependabot branches
1 parent dd4da14 commit 68ce424

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: "Code scanning - action"
22

33
on:
44
push:
5+
branches-ignore: "dependabot/**"
56
pull_request:
67
schedule:
78
- cron: '0 19 * * 4'

0 commit comments

Comments
 (0)