diff --git a/.circleci/config.yml b/.circleci/config.yml index 95f509a8..14bd6ef5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,18 +18,22 @@ jobs: docker: - image: circleci/node:4-browsers steps: + - checkout - attach_workspace: { at: . } - run: npm publish . workflows: version: 2 test_and_publish: jobs: - - test - - publish: + - test: + filters: + tags: + only: /.*/ + - deploy: requires: - test filters: tags: only: /[0-9]+(\.[0-9]+)*(-.+)?/ branches: - only: master + ignore: /.*/