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:
|
push:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- 'release-plz-**'
|
- 'release-plz-**'
|
||||||
|
- 'dependabot/**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Reference in a new issue