AppVeyor: build only pushes to master and develop branch

This fixes the issue when PRs from a branch in main repo are built twice.
This commit is contained in:
Paweł Bylica 2016-10-20 14:21:51 +02:00
parent 9d30450167
commit 21eef6aa89
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF

View File

@ -27,6 +27,10 @@
# (c) 2016 cpp-ethereum contributors.
#------------------------------------------------------------------------------
branches:
only:
- master
- develop
os: Visual Studio 2015
configuration:
- RelWithDebInfo