diff --git a/.circleci/config.yml b/.circleci/config.yml index 7e5d63d..5ea2ab8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -25,7 +25,10 @@ workflows: version: 2 test_and_publish: jobs: - - test + - test: + filters: + tags: + only: /.*/ - build_and_publish: requires: - test @@ -33,4 +36,4 @@ workflows: tags: only: /.*/ branches: - ignore: /.*/ \ No newline at end of file + ignore: /.*/