Avoid triggering push for Dependabot branches (again) (#223)

pull/221/head^2
Brian Cristante 4 years ago committed by GitHub
parent 52a3c6b975
commit 2368feccd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save