diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbf66cea..b96c2a6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,4 +25,8 @@ jobs: run: bun run build - name: Test - run: bun run test \ No newline at end of file + run: bun run test + + - name: Publish Preview + if: github.event_name == 'pull_request' + run: bunx pkg-pr-new publish