From e57d4fc448f2c87d52b7186c216dae4d2f1c70a9 Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Sun, 18 Feb 2018 22:59:58 +1100 Subject: [PATCH] Ignore all branches and only deploy tags --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f891e54..b97be20 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,7 +34,6 @@ workflows: - build filters: branches: - only: - - master + ignore: /.*/ tags: only: /^v[0-9]+(\.[0-9]+)*(-.*)*/ \ No newline at end of file