From fe175c87e682596bc8c5a29c72eaa82cfb7db6df Mon Sep 17 00:00:00 2001
From: Brian Carrier <carrier@sleuthkit.org>
Date: Mon, 24 Jun 2019 17:13:21 -0400
Subject: [PATCH] remove branch restriction in AppVeyor

---
 appveyor.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/appveyor.yml b/appveyor.yml
index 0a30f4d27..ea1a0139c 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -8,9 +8,6 @@ cache:
   - C:\libvmdk_64bit
   - C:\libewf_64bit
   - C:\zlib
-branches:
-    only:
-      - develop
 
 image: Visual Studio 2015
 
-- 
GitLab