From bd45350892e239468b08f6f3f2674f3e98e7e524 Mon Sep 17 00:00:00 2001 From: Paul Pacheco Date: Wed, 17 Oct 2018 19:27:43 -0500 Subject: [PATCH] Don't make a new release when we change docs --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index a1a4b6574..32ab1f739 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -29,6 +29,11 @@ after_test: Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh bash codecov.sh -f "coverage.xml" +skip_commits: + files: + - '**/*.md' + - '**/*.txt' + deploy: description: 'This is a bleeding edge release. BACKUP BEFORE USING THIS AUTOMATED BUILD' provider: GitHub