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.
This commit is contained in:
Zachary Ware 2018-01-06 20:41:17 -06:00 committed by GitHub
parent af11a15c58
commit 7f7de371f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 17 deletions

17
.github/appveyor.yml vendored
View 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/