1
0
Fork 0
mirror of https://gitea.com/actions/upload-artifact.git synced 2024-08-16 09:49:51 +02:00

avoid triggering push for Dependabot branches

This commit is contained in:
Brian Cristante 2021-06-16 10:05:05 -04:00 committed by GitHub
parent 0482dbbe7a
commit 8507687653
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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