Skip to content

Commit a648877

Browse files
committed
pkg-pr-new
1 parent 0a2244e commit a648877

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: CI
22
on:
3+
pull_request:
34
push:
5+
branches:
6+
- "**"
47
env:
58
TZ: Asia/Shanghai
69

@@ -11,3 +14,5 @@ jobs:
1114
- uses: actions/checkout@main
1215
- uses: yanhao98/composite-actions/setup-node-environment@main
1316
- run: pnpm test
17+
- run: pnpm build
18+
- run: pnpx pkg-pr-new publish --compact # https://github.com/stackblitz-labs/pkg.pr.new?tab=readme-ov-file#setup

0 commit comments

Comments
 (0)