[workflow] Ignore dependabot on push
This commit is contained in:
parent
cfa86895ea
commit
93181ac5b3
1 changed files with 2 additions and 1 deletions
3
.github/workflows/on-push.yml
vendored
3
.github/workflows/on-push.yml
vendored
|
|
@ -3,7 +3,8 @@ name: On push
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
- release
|
- 'release'
|
||||||
|
- 'dependabot/**'
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'dashboard/*'
|
- 'dashboard/*'
|
||||||
- 'examples/*'
|
- 'examples/*'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue