summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2017-06-04 19:52:00 -0500
committerGitHub <noreply@github.com>2017-06-04 19:52:00 -0500
commited3edb4fbf6ec033e5e058f763c6266affa8eedc (patch)
tree827b99c7162ff633263ffa0eb0f9e120432ee92b /.github
parent87edc5e5e0b03d9a62ac29f1c4341b88c4c4624f (diff)
downloadcpython-git-ed3edb4fbf6ec033e5e058f763c6266affa8eedc.tar.gz
[2.7] Only run AppVeyor on long-lived branches (GH-1941)
Also on the short-lived `buildbot-custom` branch. (cherry picked from commit d3bedf356aca04ed9135a84b08)
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 56ef344458..fc325e5618 100644
--- a/.github/appveyor.yml
+++ b/.github/appveyor.yml
@@ -1,5 +1,10 @@
version: 2.7.13+.{build}
clone_depth: 5
+branches:
+ only:
+ - master
+ - /\d\.\d/
+ - buildbot-custom
build_script:
- cmd: PCbuild\build.bat -e
test_script: