Skip to content

Commit

Permalink
chore: fix circleci (#917)
Browse files Browse the repository at this point in the history
Co-authored-by: shipjs <shipjs@test.com>
  • Loading branch information
Eunjae Lee and shipjs committed Sep 3, 2020
1 parent aedef3b commit 450a125
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Expand Up @@ -87,9 +87,12 @@ jobs:
yarn workspace website deploy:gh
workflows:
version: 2
release_if_needed:
ci:
jobs:
- test
- shipjs_trigger:
requires:
- test
filters:
branches:
only:
Expand Down

0 comments on commit 450a125

Please sign in to comment.