Enable AppVeyor for rel branches (#397)

This commit is contained in:
Mike Harder 2017-07-19 09:35:59 -07:00 committed by GitHub
parent 999a9d9107
commit f1562a724d
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ branches:
- release
- dev
- /^(.*\/)?ci-.*$/
- /^rel\/.*/
build_script:
- ps: .\build.ps1
clone_depth: 1