Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc MacLeod authored Dec 18, 2018
1 parent 0db0205 commit f3e7bd0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,13 @@ jobs:
- checkout
- run: yarn
- run: yarn build
- run: yarn build.docs
- run: yarn release
- run: yarn release.docs

workflows:
version: 2
test_and_release:
jobs:
- test_node_8
- release:
filters:
branches:
only: master
requires:
- test_node_8

0 comments on commit f3e7bd0

Please sign in to comment.