From 2fc615b4058032bd7ce4d630ee400ad5f30aac1d Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Mon, 28 Jan 2019 10:23:45 -0700 Subject: [PATCH] appveyor: Don't run checks twice with PR --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 44a470a01..b19eb7ad4 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -34,3 +34,5 @@ after_test: - golint ./... deploy: off + +skip_branch_with_pr: true