mirror of
https://github.com/actions/upload-artifact
synced 2024-11-09 10:52:39 +00:00
avoid triggering push for Dependabot branches
This commit is contained in:
parent
0482dbbe7a
commit
8507687653
1 changed files with 1 additions and 0 deletions
1
.github/workflows/codeql-analysis.yml
vendored
1
.github/workflows/codeql-analysis.yml
vendored
|
@ -2,6 +2,7 @@ name: "Code scanning - action"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches-ignore: "dependabot/*"
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
|
Loading…
Reference in a new issue