From 249a465c8609e70e07d21ca73f9d6432c82ebc9c Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Sat, 6 Jan 2018 20:41:17 -0600 Subject: [PATCH] [3.6] Kill the AppVeyor file whitelist (GH-5121) It's more trouble than it's worth, since AppVeyor only checks the HEAD commit of a PR rather than the full diff against the base branch to decide which files changed.. (cherry picked from commit 7f7de371f947dc38e67505601927e9bc58fa268a) --- .github/appveyor.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/appveyor.yml b/.github/appveyor.yml index 96674ce84d8cdd..b8a01c313f63ba 100644 --- a/.github/appveyor.yml +++ b/.github/appveyor.yml @@ -17,20 +17,3 @@ environment: image: - Visual Studio 2015 - Visual Studio 2017 - -# Only trigger AppVeyor if actual code or its configuration changes -only_commits: - files: - - .github/appveyor.yml - - .gitattributes - - Grammar/ - - Include/ - - Lib/ - - Modules/ - - Objects/ - - PC/ - - PCBuild/ - - Parser/ - - Programs/ - - Python/ - - Tools/