diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f67113..8de69ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,9 +3,11 @@ on: push: branches: - main + - dev pull_request: branches: - main + - dev merge_group: types: - checks_requested diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1df7b3a..43bad3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,6 @@ name: Release on: push: - branches: - - main tags: - 'v*' workflow_dispatch: @@ -41,4 +39,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - run: pnpm release-it --ci --verbose + run: pnpm release-it --ci --no-git --verbose