diff --git a/.circleci/config.yml b/.circleci/config.yml index 018ada7f..92976b3b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -70,18 +70,18 @@ workflows: jobs: - build: filters: - branches: - only: develop + tags: + only: /.*/ - test: requires: - build filters: - branches: - only: develop + tags: + only: /.*/ - deploy: requires: - build - test filters: - branches: - only: master \ No newline at end of file + tags: + only: /.*/ \ No newline at end of file