Skip to content

Commit

Permalink
ci: flip workflow dependencies of circleci. add next branch as publis…
Browse files Browse the repository at this point in the history
…hable trigger
  • Loading branch information
emyann committed Jul 27, 2019
1 parent 49c44f9 commit 0989fd1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,17 @@ workflows:
test:
jobs:
- test-job
- deploy-docs:
- publish-job:
requires:
- test-job
filters:
branches:
only:
- next
- master
- publish-job:
- deploy-docs:
requires:
- deploy-docs
- publish-job
filters:
branches:
only:
Expand Down

0 comments on commit 0989fd1

Please sign in to comment.