Skip to content

Commit

Permalink
fix: enable continuous releases
Browse files Browse the repository at this point in the history
  • Loading branch information
underfin committed Oct 17, 2024
1 parent 8553e39 commit e818876
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ env:

on:
push:
branches:
- using-oxc-transfomer
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e818876

Please sign in to comment.