avoid triggering push for Dependabot branches
This commit is contained in:
parent
0482dbbe7a
commit
8507687653
|
@ -2,6 +2,7 @@ name: "Code scanning - action"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches-ignore: "dependabot/*"
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**.md'
|
- '**.md'
|
||||||
|
|
Loading…
Reference in New Issue