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