Skip to content

Commit

Permalink
Merge pull request matplotlib#27629 from dstansby/ignore-dependabot-b…
Browse files Browse the repository at this point in the history
…ranches

Don't run CI twice on dependabot branches
  • Loading branch information
ksunden authored Jan 11, 2024
2 parents 8542398 + 198de8a commit 91e521b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
branches-ignore:
- auto-backport-of-pr-[0-9]+
- v[0-9]+.[0-9]+.[0-9x]+-doc
- dependabot/**
pull_request:
branches-ignore:
- v[0-9]+.[0-9]+.[0-9x]+-doc
Expand Down

0 comments on commit 91e521b

Please sign in to comment.