Skip to content

Commit

Permalink
add publishDocs to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hipstersmoothie committed Dec 7, 2018
1 parent e2cb1d7 commit 8e8bc28
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,31 +97,20 @@ workflows:
version: 2
build_and_test:
jobs:
- install:
filters:
tags:
only: /.*/
- install

- lint:
requires:
- install
filters:
tags:
only: /.*/

- test:
requires:
- install
filters:
tags:
only: /.*/

- build:
requires:
- install
filters:
tags:
only: /.*/

- release:
requires:
- build
Expand All @@ -131,3 +120,11 @@ workflows:
branches:
only:
- master

- publishDocs:
requires:
- release
filters:
branches:
only:
- master

0 comments on commit 8e8bc28

Please sign in to comment.