Run upload on workflow dispatch if we want. (#24551)

This commit is contained in:
Hamish Willee 2025-03-19 16:14:35 +11:00 committed by GitHub
parent c909611149
commit bd4aad0796
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@ on:
jobs:
upload-to-crowdin:
if: github.event.pull_request.merged == true || github.event_name == 'push'
if: github.event.pull_request.merged == true || github.event_name == 'push' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps: