From 2c80a4198f7bc0732886f1e4000baed1600771fc Mon Sep 17 00:00:00 2001 From: Rafael Matias Date: Mon, 3 Jun 2019 14:18:42 +0200 Subject: [PATCH] Appveyor branches: master only (#1409) --- appveyor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index bead7ecc01..16d732c48e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,7 +1,11 @@ os: Visual Studio 2015 +branches: + only: + - master + # Clone directly into GOPATH. -clone_folder: C:\gopath\src\github.com\ethereum\swarm +clone_folder: C:\gopath\src\github.com\ethersphere\swarm clone_depth: 5 version: "{branch}.{build}" environment: