Fix build-docs circle job filter

This commit is contained in:
Juho Teperi 2017-10-25 17:58:18 +03:00
parent dd8a42862b
commit 964bd47aeb

View file

@ -27,9 +27,6 @@ jobs:
working_directory: ~/build working_directory: ~/build
docker: docker:
- image: circleci/node:latest - image: circleci/node:latest
branches:
only:
- master
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
@ -69,4 +66,8 @@ workflows:
test-and-build-docs: test-and-build-docs:
jobs: jobs:
- test - test
- build-docs - build-docs:
filters:
branches:
only:
- master