ci: Skip CI for Dependabot branches, since PR CI makes it redundant
This commit is contained in:
parent
5ec900db1b
commit
1e23caa003
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
@ -7,6 +7,7 @@ on:
|
|||
push:
|
||||
branches-ignore:
|
||||
- 'release-plz-**'
|
||||
- 'dependabot/**'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue