From 21eef6aa8981281f981a8f2eedd2344c2525589a Mon Sep 17 00:00:00 2001 From: Paweł Bylica Date: Thu, 20 Oct 2016 14:21:51 +0200 Subject: AppVeyor: build only pushes to master and develop branch This fixes the issue when PRs from a branch in main repo are built twice. --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index afc2914f..b45e9f11 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,6 +27,10 @@ # (c) 2016 cpp-ethereum contributors. #------------------------------------------------------------------------------ +branches: + only: + - master + - develop os: Visual Studio 2015 configuration: - RelWithDebInfo -- cgit