Avoid triggering push for Dependabot branches (again) (#223)
parent
52a3c6b975
commit
2368feccd5
|
@ -2,7 +2,7 @@ name: "Code scanning - action"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches-ignore: "dependabot/*"
|
||||
branches-ignore: "dependabot/**"
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
|
Loading…
Reference in New Issue