diff --git a/.circleci/config.yml b/.circleci/config.yml index 89d7641..d1f960e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,11 +36,15 @@ workflows: jobs: - tests: filters: + branches: + ignore: /.*/ tags: only: /^v.*/ - deploy: requires: - tests filters: + branches: + ignore: /.*/ tags: only: /^v.*/