mirror of
https://code.forgejo.org/forgejo/upload-artifact.git
synced 2024-11-08 18:32:40 +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