diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 94fa585..ec671f0 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -3,7 +3,7 @@ name: build on: push: branches: - - '*' + - '**' pull_request: branches: - 'master' @@ -32,7 +32,7 @@ jobs: ${{ runner.os }}- - name: Install pnpm - uses: pnpm/action-setup@v2.2.1 + uses: pnpm/action-setup@v2 with: version: 7 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d779d98..588cf00 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: ${{ runner.os }}- - name: Install pnpm - uses: pnpm/action-setup@v2.2.1 + uses: pnpm/action-setup@v2 with: version: 7