summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2017-06-04 15:18:50 -0500
committerGitHub <noreply@github.com>2017-06-04 15:18:50 -0500
commitd3bedf356aca04ed9135a84b08f5cf229000176e (patch)
tree27a4c3e5ab55f3f0b8f8c8d44fc384a6847e4d87 /.github
parent48fb766f70d9ca9d5934cbddbe8d8e7972cb6343 (diff)
downloadcpython-git-d3bedf356aca04ed9135a84b08f5cf229000176e.tar.gz
Only run AppVeyor on long-lived branches (GH-1941)
Also on the short-lived `buildbot-custom` branch.
Diffstat (limited to '.github')
-rw-r--r--.github/appveyor.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/appveyor.yml b/.github/appveyor.yml
index 45d8ffd80c..ba2784418b 100644
--- a/.github/appveyor.yml
+++ b/.github/appveyor.yml
@@ -1,5 +1,10 @@
version: 3.7.0a0.{build}
clone_depth: 5
+branches:
+ only:
+ - master
+ - /\d\.\d/
+ - buildbot-custom
build_script:
- cmd: PCbuild\build.bat -e
test_script: