Skip to content

Commit

Permalink
chore: no pkg in pr
Browse files Browse the repository at this point in the history
  • Loading branch information
socram03 authored Sep 1, 2024
1 parent 65260d6 commit 02e4e51
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pkg.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Publish Any Commit
on: [push, pull_request]
on:
push:

jobs:
build:
Expand All @@ -21,4 +22,4 @@ jobs:
- name: Build
run: pnpm build

- run: pnpx pkg-pr-new publish './packages/*'
- run: pnpx pkg-pr-new publish './packages/*'

0 comments on commit 02e4e51

Please sign in to comment.