Skip to content

Commit 663d76d

Browse files
committed
pkg.pr.new
1 parent 4189894 commit 663d76d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/pkg.pr.new.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: pkg.pr.new
2+
on:
3+
pull_request: {}
4+
push:
5+
branches: [main, deps]
6+
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v4
12+
- run: corepack enable
13+
- run: pnpm install
14+
- run: pnpm build
15+
- run: pnpm pkg-pr-new publish

0 commit comments

Comments
 (0)