From de85e82bfa49b5220f1ede5aff315dc92ec61ad4 Mon Sep 17 00:00:00 2001 From: dom Date: Wed, 7 Jan 2026 12:12:39 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c2bc46e3f..856e74de4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,7 +38,7 @@ on: build_linux_x64: description: "Build Linux-x64" required: false - default: false + default: true type: boolean tag: @@ -147,7 +147,7 @@ jobs: tag: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.tag || '' }} mac: - if: ${{ github.event_name == 'pull_request' || github.event.inputs.build_mac == 'true' }} + if: ${{ github.event.inputs.build_mac == 'true' }} uses: ./.github/workflows/mac.yml permissions: write-all with: