1
0
mirror of synced 2026-08-05 09:47:05 +00:00

Do Not Run Some Workflows on Dependabot's PRs

Issue gh-13873
This commit is contained in:
Marcus Da Coregio
2023-09-29 14:25:22 -03:00
parent 33a29c790a
commit 3aae03b1b2
2 changed files with 9 additions and 1 deletions
@@ -1,6 +1,9 @@
name: CI
on:
pull_request:
branches-ignore:
- "dependabot/**"
push:
branches-ignore:
- "dependabot/**"