From: Zachary Ware Date: Sat, 11 Mar 2017 20:55:35 +0000 (-0600) Subject: Only trigger AppVeyor on code or config changes (GH-611) X-Git-Tag: v3.7.0a1~1153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c5d3bfea0b0bba34bc3cd517a12153e189c80556;p=thirdparty%2FPython%2Fcpython.git Only trigger AppVeyor on code or config changes (GH-611) --- diff --git a/.github/appveyor.yml b/.github/appveyor.yml index c348c536158c..45d8ffd80cf1 100644 --- a/.github/appveyor.yml +++ b/.github/appveyor.yml @@ -4,3 +4,20 @@ build_script: - cmd: PCbuild\build.bat -e test_script: - cmd: PCbuild\rt.bat -q -uall -rwW --slowest --timeout=1200 -j0 + +# 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/