Merge pull request #222 from actions/brcrista/dependabot-push

Avoid triggering push for Dependabot branches
pull/219/head^2
Brian Cristante 4 years ago committed by GitHub
commit 46426468d3
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