chore: allow manual trigger for GitHub Release workflow

This commit is contained in:
github-actions[bot]
2025-10-27 16:36:54 +11:00
parent 5b41b297df
commit 3292a66898

View File

@@ -20,7 +20,7 @@ jobs:
name: Create GitHub Release
runs-on: ubuntu-latest
# Only run if the upstream workflow succeeded
if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
environment: prod
steps: