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

Avoid triggering push for Dependabot branches
This commit is contained in:
Brian Cristante
2021-06-16 10:08:56 -04:00
committed by GitHub

View File

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