From 73f69ea3cd36ef46789a3ab37176a177e12933cc Mon Sep 17 00:00:00 2001 From: Casper Jeukendrup <48658420+cbjeukendrup@users.noreply.github.com> Date: Sat, 8 Jul 2023 20:56:19 +0200 Subject: [PATCH] Really enable nightly builds for Windows Portable --- .github/workflows/ci_windows_mu4.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci_windows_mu4.yml b/.github/workflows/ci_windows_mu4.yml index d376f908614c..dc45c317e42f 100644 --- a/.github/workflows/ci_windows_mu4.yml +++ b/.github/workflows/ci_windows_mu4.yml @@ -251,6 +251,9 @@ jobs: if [[ "$BUILD_MODE" == "testing_build" || "$BUILD_MODE" == "stable_build" ]]; then DO_BUILD='true' fi + if [[ "$BUILD_MODE" == "nightly_build" && "${{ github.repository }}" == "musescore/MuseScore" ]]; then + DO_BUILD='true' + fi DO_PUBLISH='false' if [[ "${{ github.event.inputs.publish }}" == "on" || "$BUILD_MODE" == "nightly_build" ]]; then