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:22:38 +02:00
parent 9d30450167
commit 21eef6aa89
+4
View File
@@ -27,6 +27,10 @@
# (c) 2016 cpp-ethereum contributors.
#------------------------------------------------------------------------------
branches:
only:
- master
- develop
os: Visual Studio 2015
configuration:
- RelWithDebInfo