Skip to content

Commit

Permalink
fix preview steps
Browse files Browse the repository at this point in the history
  • Loading branch information
arobsn committed Oct 25, 2024
1 parent 0095299 commit 3364f6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
strategy:
fail-fast: false
steps:
run: pnpx pkg-pr-new publish './packages/*' './plugins/*' --no-template --pnpm --compact
- run: pnpx pkg-pr-new publish './packages/*' './plugins/*' --no-template --pnpm --compact

build-and-test-bun:
name: "[bun] build and test"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Publish preview
on:
pull_request:
# pull_request:
push:
branches:
- "master"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Release

# on:
# push:
# branches:
# - master
on:
push:
branches:
- master

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down

0 comments on commit 3364f6d

Please sign in to comment.