1
0
Fork 0
mirror of https://github.com/actions/upload-artifact synced 2024-11-09 10:52:39 +00:00

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

This commit is contained in:
Brian Cristante 2021-06-16 10:31:46 -04:00 committed by GitHub
parent 52a3c6b975
commit 2368feccd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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'