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

index e44b5b09e6ea17df4b9dc05a6e8185c69ee9575e..60c2dae444761e8443ee2dde9b8d3d233328ba43 100644 (file)
@@ -4,3 +4,20 @@ build_script:
 - cmd: PCbuild\build.bat -e
 test_script:
 - cmd: PCbuild\rt.bat -q -uall -rwW --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/