From c46969668761eef06b05ca7324cbd8c86db3f54d Mon Sep 17 00:00:00 2001 From: Danny Coates Date: Sun, 25 Feb 2018 17:14:37 -0800 Subject: [PATCH] ignore all branch pushes for stage builds --- circle.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/circle.yml b/circle.yml index 6053ec49..e05feed5 100644 --- a/circle.yml +++ b/circle.yml @@ -76,10 +76,14 @@ workflows: jobs: - build: filters: + branches: + ignore: /.*/ tags: only: /^v.*/ - test: filters: + branches: + ignore: /.*/ tags: only: /^v.*/ - deploy_stage: @@ -87,5 +91,7 @@ workflows: - build - test filters: + branches: + ignore: /.*/ tags: only: /^v.*/ \ No newline at end of file