8000 Merge pull request #27629 from dstansby/ignore-dependabot-branches · matplotlib/matplotlib@91e521b · GitHub
[go: up one dir, main page]

Skip to content

Commit 91e521b

Browse files
authored
Merge pull request #27629 from dstansby/ignore-dependabot-branches
Don't run CI twice on dependabot branches
2 parents 8542398 + 198de8a commit 91e521b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches-ignore:
1010
- auto-backport-of-pr-[0-9]+
1111
- v[0-9]+.[0-9]+.[0-9x]+-doc
12+
- dependabot/**
1213
pull_request:
1314
branches-ignore:
1415
- v[0-9]+.[0-9]+.[0-9x]+-doc

0 commit comments

Comments
 (0)
0