From 39b5d8ba42c0045776a9f28d281f277874c0bdbd Mon Sep 17 00:00:00 2001 From: DrChat Date: Sun, 17 Dec 2017 00:12:19 -0600 Subject: [PATCH] [AppVeyor] Skip commits that change unrelated files (thanks Rick) --- .appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 071072994..54a85f57f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -18,6 +18,12 @@ branches: # Do not build on tags (GitHub only) skip_tags: true +skip_commits: + files: + - docs/* + - LICENSE + - README.md + pull_requests: do_not_increment_build_number: true