From e96f2c20e277326630793216eba68750907e1144 Mon Sep 17 00:00:00 2001 From: Victor Afanassieff Date: Sat, 28 May 2022 22:49:04 +0200 Subject: [PATCH] fix: jobs --- .github/workflows/build.yaml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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