From 5faeac1f3e0200d613a01f5c7d0ce5bf1d82ad14 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 22 Oct 2017 01:00:22 -0700 Subject: [PATCH] Don't compile tag releases prevents duplicate builds --- appveyor.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index edf8748f..c899d487 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,8 +1,6 @@ # Appveyor configuration file for bash build of packs version: '{build}' -branches: - only: - - master +skip_tags: true environment: # It's prefered to have the GithubAuthToken (encrypted) set in the UI. Follow this guide for the instructions https://www.appveyor.com/docs/deployment/github/#provider-settings. CommitTimestamp: 0