diff --git a/.circleci/config.yml b/.circleci/config.yml index 3302391..3de2796 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,6 +6,8 @@ workflows: jobs: - build-n-test: filters: + branches: + only: /.*/ tags: only: /.*/ - deploy: