diff --git a/.github/appveyor.yml b/.github/appveyor.yml index 2cd9a42feb8d2f..43bd7ed96658e0 100644 --- a/.github/appveyor.yml +++ b/.github/appveyor.yml @@ -14,20 +14,3 @@ test_script: - cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest -j2 environment: HOST_PYTHON: C:\Python36\python.exe - -# 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/