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

Skip to content

Commit 677a297

Browse files
authored
Merge pull request #12398 from QuLogic/less-ci
CI: Don't run AppVeyor/Travis for doc backport branches.
2 parents 17088f9 + ddef082 commit 677a297

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
@@ -9,6 +9,7 @@ services:
99
branches:
1010
except:
1111
- /^auto-backport-of-pr-\d*/
12+
- /^v\d+\.\d+\.[\dx]+-doc$/
1213

1314
cache:
1415
pip: true

0 commit comments

Comments
 (0)