mirror of
https://github.com/metosin/reitit.git
synced 2026-02-12 22:35:19 +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
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue