Skip to content

Commit 2368fec

Browse files
authored
Avoid triggering push for Dependabot branches (again) (#223)
1 parent 52a3c6b commit 2368fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Code scanning - action"
22

33
on:
44
push:
5-
branches-ignore: "dependabot/*"
5+
branches-ignore: "dependabot/**"
66
pull_request:
77
paths-ignore:
88
- '**.md'

0 commit comments

Comments
 (0)