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