Skip to content

Commit 3a6f951

Browse files
authored
Merge pull request #1181 from rayriffy/riffy/pkg-pr-new
ci: publish preview version of Elysia for testing on pull request
2 parents a35b26d + ea0cee8 commit 3a6f951

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,8 @@ jobs:
2525
run: bun run build
2626

2727
- name: Test
28-
run: bun run test
28+
run: bun run test
29+
30+
- name: Publish Preview
31+
if: github.event_name == 'pull_request'
32+
run: bunx pkg-pr-new publish

0 commit comments

Comments
 (0)