[workflow] Ignore dependabot on push

This commit is contained in:
Shizun Ge 2025-04-23 10:10:46 -07:00 committed by GitHub
parent cfa86895ea
commit 93181ac5b3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,8 @@ name: On push
on:
push:
branches-ignore:
- release
- 'release'
- 'dependabot/**'
paths-ignore:
- 'dashboard/*'
- 'examples/*'