[workflow] Ignore dependabot on push
This commit is contained in:
3
.github/workflows/on-push.yml
vendored
3
.github/workflows/on-push.yml
vendored
@@ -3,7 +3,8 @@ name: On push
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- release
|
||||
- 'release'
|
||||
- 'dependabot/**'
|
||||
paths-ignore:
|
||||
- 'dashboard/*'
|
||||
- 'examples/*'
|
||||
|
||||
Reference in New Issue
Block a user