Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

Commit 7dac97c

Browse files
committed
AppVeyor: build only pushes to master and develop branch
This fixes the issue when PRs from a branch in main repo are built twice.
1 parent d8bd7bd commit 7dac97c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
# (c) 2016 cpp-ethereum contributors.
2323
#------------------------------------------------------------------------------
2424

25+
branches:
26+
only:
27+
- master
28+
- develop
2529
os: Visual Studio 2015
2630
configuration:
2731
- RelWithDebInfo

0 commit comments

Comments
 (0)