From 0d442344525816c5db7e8279fa308477e7a570e2 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Tue, 11 Jul 2023 09:55:46 +0100 Subject: [PATCH] Update build-macos-m1.yml --- .github/workflows/build-macos-m1.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-macos-m1.yml b/.github/workflows/build-macos-m1.yml index aa2ed21dae..36d2742670 100644 --- a/.github/workflows/build-macos-m1.yml +++ b/.github/workflows/build-macos-m1.yml @@ -15,7 +15,7 @@ jobs: Main: needs: pre_job # We always process server or desktop release tags, because they also publish the release - if: github.repository == 'laurent22/joplin' && (needs.pre_job.outputs.should_skip != 'true' || startsWith(github.ref, 'refs/tags/v')) + if: github.repository == 'laurent22/joplin' && needs.pre_job.outputs.should_skip != 'true' runs-on: ${{ matrix.os }} strategy: matrix: @@ -61,4 +61,4 @@ jobs: else echo "Building but *not* publishing desktop application..." PYTHON_PATH=$(which python) USE_HARD_LINKS=false yarn run dist --publish=never - fi \ No newline at end of file + fi