summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-13 19:10:09 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-13 19:14:50 +0900
commit93f0beca5ee8d1979fce9e1e890738690aa824fe (patch)
tree0c721f8f6042df9725f38fdb36830734dbb367d8 /.appveyor.yml
parent914563ae87c34da3329707469d881502f2ff6662 (diff)
Appveyor: Skip tests on if only document files changed [ci skip]
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 9bc135873c..d2dd2c9e15 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -10,6 +10,11 @@ shallow_clone: true
clone_depth: 10
platform:
- x64
+skip_commits:
+ files:
+ - doc/*
+ - '**/*.md'
+ - '**/*.rdoc'
environment:
ruby_version: "24-%Platform%"
zlib_version: "1.2.11"