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:
parent
9d30450167
commit
21eef6aa89
@ -27,6 +27,10 @@
|
|||||||
# (c) 2016 cpp-ethereum contributors.
|
# (c) 2016 cpp-ethereum contributors.
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
- develop
|
||||||
os: Visual Studio 2015
|
os: Visual Studio 2015
|
||||||
configuration:
|
configuration:
|
||||||
- RelWithDebInfo
|
- RelWithDebInfo
|
||||||
|
Loading…
Reference in New Issue
Block a user