mirror of
https://github.com/metosin/reitit.git
synced 2026-01-24 07:09:01 +00:00
Fix build-docs circle job filter
This commit is contained in:
parent
dd8a42862b
commit
964bd47aeb
1 changed files with 5 additions and 4 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue