Skip to content

Commit ed3edb4

Browse files
authored
[2.7] Only run AppVeyor on long-lived branches (GH-1941)
Also on the short-lived `buildbot-custom` branch. (cherry picked from commit d3bedf3)
1 parent 87edc5e commit ed3edb4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/appveyor.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
version: 2.7.13+.{build}
22
clone_depth: 5
3+
branches:
4+
only:
5+
- master
6+
- /\d\.\d/
7+
- buildbot-custom
38
build_script:
49
- cmd: PCbuild\build.bat -e
510
test_script:

0 commit comments

Comments
 (0)