diff --git a/.github/workflows/build-and-release.yaml b/.github/workflows/build-and-release.yaml index 5f80264..7f3822c 100644 --- a/.github/workflows/build-and-release.yaml +++ b/.github/workflows/build-and-release.yaml @@ -22,8 +22,6 @@ jobs: - platform: Windows os: windows-latest - if: "github.event_name == 'push' || (github.event_name == 'pull_request' && !startsWith(github.event.head_commit.message, 'chore: increase build number to'))" - name: Build and Release ${{ matrix.platform }} on ${{ matrix.os }} runs-on: ${{ matrix.os }}