]> granicus.if.org Git - python/commitdiff
Only trigger AppVeyor on code or config changes (GH-611)
authorZachary Ware <zachary.ware@gmail.com>
Sat, 11 Mar 2017 20:55:35 +0000 (14:55 -0600)
committerGitHub <noreply@github.com>
Sat, 11 Mar 2017 20:55:35 +0000 (14:55 -0600)
.github/appveyor.yml

index c348c536158c2bd91dd2a5b7ec6021770188568a..45d8ffd80cf16c3ce438d54527ff39e59c01afed 100644 (file)
@@ -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/