From e818876d7e75a99a4e0a1ec8d121910b684cd435 Mon Sep 17 00:00:00 2001 From: underfin Date: Thu, 17 Oct 2024 17:24:37 +0800 Subject: [PATCH] fix: enable continuous releases --- .github/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 18ce17b..15d52c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,8 @@ env: on: push: + branches: + - using-oxc-transfomer pull_request: workflow_dispatch: @@ -80,9 +82,6 @@ jobs: - name: Test build run: pnpm run test-build - - name: Continuous Releases - run: pnpx pkg-pr-new publish - lint: if: github.repository == 'vitejs/vite-plugin-react' timeout-minutes: 10