aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaweł Bylica <chfast@gmail.com>2016-10-20 20:21:51 +0800
committerPaweł Bylica <chfast@gmail.com>2016-10-20 20:22:38 +0800
commit21eef6aa8981281f981a8f2eedd2344c2525589a (patch)
tree1d24a36ecefad411124bb03f8452a1011c2815ba
parent9d30450167d5b262d0e7379f44f01637715fb878 (diff)
downloaddexon-solidity-21eef6aa8981281f981a8f2eedd2344c2525589a.tar.gz
dexon-solidity-21eef6aa8981281f981a8f2eedd2344c2525589a.tar.zst
dexon-solidity-21eef6aa8981281f981a8f2eedd2344c2525589a.zip
AppVeyor: build only pushes to master and develop branch
This fixes the issue when PRs from a branch in main repo are built twice.
-rw-r--r--appveyor.yml4
1 files changed, 4 insertions, 0 deletions
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