Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ddef082

Browse files
committed
CI: Don't run AppVeyor/Travis for doc backport branches.
These branches are only supposed to contain changes to documentation, so not running Linux or Windows CI will reduce some load (on CI and wrt requiring extra backports to keep it working).
1 parent b96fb6f commit ddef082

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
clone_depth: 50
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)