From e5e3e81f50daa72f9e11af32ec44cef3e85f6142 Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Mon, 22 Jan 2018 18:48:45 -0800 Subject: [PATCH] build: Remove CI skips for documents Documents are usually the last thing we update before a release, meaning that a tagged commit may not be built if it was a doc only update. If we really want to skip CI, it should be marked in the commit message. --- appveyor.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 0db7f3a9..f66fb799 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -8,11 +8,6 @@ configuration: image: Visual Studio 2017 -skip_commits: - files: - - README.md - - CHANGELOG.md - skip_branch_with_pr: true # Taken from https://boblokerse.github.io/2015/11/03/GitVersion-versioning-made-easy-and-dry/