Avoid triggering push for Dependabot branches (again)

pull/223/head
Brian Cristante 2021-06-16 10:24:33 -04:00 committed by GitHub
parent 52a3c6b975
commit 5a4d06fd0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'