diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d984cf2e..debce3f8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -128,7 +128,7 @@ jobs: name: "Upload" needs: "build" runs-on: "ubuntu-latest" - if: ${{ needs.build.outputs.depot_automatic_builds == 'true' }} + if: ${{ needs.build.outputs.depot_automatic_builds == 'true' || github.event_name == 'workflow_dispatch' }} steps: - id: "checkout" name: "Checkout code"