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

Skip to content

Commit 84e5f02

Browse files
authored
Merge pull request #25383 from rcomer/appveyor-docs
CI: skip appveyor for doc only change
2 parents c0eb43e + 5958bd4 commit 84e5f02

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ branches:
99
- /auto-backport-.*/
1010
- /^v\d+\.\d+\.[\dx]+-doc$/
1111

12+
skip_commits:
13+
message: /\[ci doc\]/
14+
files:
15+
- 'doc/**'
16+
- 'galleries/**'
17+
1218
clone_depth: 50
1319

1420
image: Visual Studio 2017

0 commit comments

Comments
 (0)