Merge pull request #222 from actions/brcrista/dependabot-push
Avoid triggering push for Dependabot branchespull/219/head^2
commit
46426468d3
|
@ -2,6 +2,7 @@ name: "Code scanning - action"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches-ignore: "dependabot/*"
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
|
Loading…
Reference in New Issue