diff --git a/.circleci/config.yml b/.circleci/config.yml index 4b55cd16..7fb6d722 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,9 +27,6 @@ jobs: working_directory: ~/build docker: - image: circleci/node:latest - branches: - only: - - master steps: - checkout - restore_cache: @@ -69,4 +66,8 @@ workflows: test-and-build-docs: jobs: - test - - build-docs + - build-docs: + filters: + branches: + only: + - master