Skip to content

Commit

Permalink
Merge pull request musescore#18485 from cbjeukendrup/windows_portable…
Browse files Browse the repository at this point in the history
…_nightly_really

Really enable nightly builds for Windows Portable
  • Loading branch information
cbjeukendrup committed Jul 10, 2023
2 parents 0eb768b + 73f69ea commit 744f6d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_windows_mu4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 744f6d0

Please sign in to comment.