diff --git a/.circleci/config.yml b/.circleci/config.yml index e105659..5d0c8e9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,6 +19,13 @@ jobs: at: '.' - run: yarn install --immutable - run: ./scripts/circle-publish-npm + circle-all: + docker: + - image: busybox:1.34.1 + resource_class: small + steps: + - run: + command: echo "All required jobs finished successfully" workflows: version: 2 @@ -35,3 +42,9 @@ workflows: only: /.*/ branches: ignore: /.*/ + - circle-all: + requires: + - verify + filters: + tags: + only: /.*/