From 1a83058ed16541b71c903b1b1f3912669be7af28 Mon Sep 17 00:00:00 2001 From: jobevers Date: Wed, 15 Feb 2017 10:34:44 -0600 Subject: [PATCH] only build commits on PRs once --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 61f4bfdd6..879e29894 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,6 +2,8 @@ environment: nodejs_version: "6" +skip_branch_with_pr: true + clone_folder: C:\projects\lbry-electron # Install scripts. (runs after repo cloning)