avoid triggering push for Dependabot branches

pull/222/head
Brian Cristante 4 years ago committed by GitHub
parent 0482dbbe7a
commit 8507687653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,6 +2,7 @@ name: "Code scanning - action"
on:
push:
branches-ignore: "dependabot/*"
pull_request:
paths-ignore:
- '**.md'

Loading…
Cancel
Save