Skip to content

Commit 450a125

Browse files
Eunjae Leeshipjs
andauthored
chore: fix circleci (#917)
Co-authored-by: shipjs <shipjs@test.com>
1 parent aedef3b commit 450a125

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,12 @@ jobs:
8787
yarn workspace website deploy:gh
8888
workflows:
8989
version: 2
90-
release_if_needed:
90+
ci:
9191
jobs:
92+
- test
9293
- shipjs_trigger:
94+
requires:
95+
- test
9396
filters:
9497
branches:
9598
only:

0 commit comments

Comments
 (0)