diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2018-01-07 03:16:33 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-07 03:16:33 (GMT) |
commit | 157be7ca1de0d046a092e2d44d6d7200de6add8b (patch) | |
tree | aa302a2f11c8fa8b6c2072c18976a5a78e0a8982 /.github | |
parent | e29573910c2c442c39def7396b7a54ae1487e686 (diff) | |
download | cpython-157be7ca1de0d046a092e2d44d6d7200de6add8b.zip cpython-157be7ca1de0d046a092e2d44d6d7200de6add8b.tar.gz cpython-157be7ca1de0d046a092e2d44d6d7200de6add8b.tar.bz2 |
[3.6] Kill the AppVeyor file whitelist (GH-5122)
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)
Diffstat (limited to '.github')
-rw-r--r-- | .github/appveyor.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.github/appveyor.yml b/.github/appveyor.yml index 96674ce..b8a01c3 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/ |