From abdf7295b86e808a6add390eceecc0b37b0f145e Mon Sep 17 00:00:00 2001 From: Paul Pacheco Date: Tue, 18 Dec 2018 13:36:05 -0600 Subject: [PATCH] don't build with changes in doc folder recursive --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6f43ecbad..3315fbc95 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,7 +34,7 @@ skip_commits: - '**/*.md' - '**/*.txt' - '.gitignore' - - 'docs/*' + - 'docs/' deploy: description: 'This is a bleeding edge release. BACKUP BEFORE USING THIS AUTOMATED BUILD\n$(APPVEYOR_REPO_COMMIT_MESSAGE)'