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
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