1
0
mirror of https://gitea.com/actions/upload-artifact.git synced 2025-05-14 03:36:45 +08:00

Avoid triggering push for Dependabot branches (again) ()

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

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