From 290f2d7e7d548c97b3b3a2e1bf6fb87fcf0ede52 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Mon, 25 May 2020 20:42:35 -0500 Subject: [PATCH] Skip appveyor builds when only .travis.yml changes --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 6a289f6ea..f98fb81bb 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -29,9 +29,9 @@ clone_depth: 5 skip_commits: files: - 'documentation/*' - - 'templates/*' - '**/*.html' - '**/*.md' + - '.travis.yml' #---------------------------------# # build matrix configuration #