mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
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:
@@ -27,6 +27,10 @@
|
||||
# (c) 2016 cpp-ethereum contributors.
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- develop
|
||||
os: Visual Studio 2015
|
||||
configuration:
|
||||
- RelWithDebInfo
|
||||
|
||||
Reference in New Issue
Block a user