Build AppVeyor only on master

This commit is contained in:
Takashi Kokubun 2019-07-01 00:24:10 +09:00
parent f13fb814e0
commit 3d1536e618
No known key found for this signature in database
GPG Key ID: 6FFC433B12EE23DD

View File

@ -5,9 +5,7 @@ platform:
- x64 - x64
branches: branches:
except: except:
# Because default branch is still "trunk", we build only "trunk" to avoid - trunk # mirrored from trunk. avoid doubly building on it
# doubly building on master and trigger CI on Pull Request.
- master # mirrored from trunk
environment: environment:
ruby_version: "24-%Platform%" ruby_version: "24-%Platform%"
zlib_version: "1.2.11" zlib_version: "1.2.11"