]> granicus.if.org Git - python/commitdiff
Kill the AppVeyor file whitelist (GH-5121)
authorZachary Ware <zachary.ware@gmail.com>
Sun, 7 Jan 2018 02:41:17 +0000 (20:41 -0600)
committerGitHub <noreply@github.com>
Sun, 7 Jan 2018 02:41:17 +0000 (20:41 -0600)
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.

.github/appveyor.yml

index b052b28f8aab4317c836dc526aa7792f8e8e5582..b7a01335d61b73a6d41bd0909d39ba84ab7bbc88 100644 (file)
@@ -16,20 +16,3 @@ environment:
   HOST_PYTHON: C:\Python36\python.exe
 image:
 - 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/