Skip to content

Commit b9f1047

Browse files
committed
chore(ci): add publish step to CI workflow (on pr only)
1 parent 9787607 commit b9f1047

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ jobs:
2525
run: bun run build
2626
- name: Unit tests
2727
run: bun run test:unit
28+
- name: Publish
29+
if: github.event_name == 'pull_request'
30+
run: bun x pkg-pr-new publish
2831
# TODO: upload coverage
2932
# - name: Upload coverage

0 commit comments

Comments
 (0)