8000 Backport PR #12398: CI: Don't run AppVeyor/Travis for doc backport br… · matplotlib/matplotlib@8d989d7 · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 8d989d7

Browse files
meeseeksmachinetimhoffm
authored andcommitted
Backport PR #12398: CI: Don't run AppVeyor/Travis for doc backport branches. (#13341)
1 parent 2e07f24 commit 8d989d7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
branches:
88
except:
99
- /auto-backport-.*/
10+
- /^v\d+\.\d+\.[\dx]+-doc$/
1011

1112
environment:
1213

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ sudo: false
66
branches:
77
except:
88
- /^auto-backport-of-pr-\d*/
9+
- /^v\d+\.\d+\.[\dx]+-doc$/
910

1011
cache:
1112
pip: true

0 commit comments

Comments
 (0)
0