Skip to content

Commit

Permalink
build: Remove CI skips for documents
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
qdot committed Jan 23, 2018
1 parent 5f03daa commit e5e3e81
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions appveyor.yml
Expand Up @@ -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/
Expand Down

0 comments on commit e5e3e81

Please sign in to comment.