Update docs_deploy.yml to also run on translation PRs (#25630)

Added support for localization document translations in the workflow.
This commit is contained in:
Hamish Willee
2025-09-25 13:35:34 +10:00
committed by GitHub
parent f77c1e425a
commit 9b83c9ba30
+5
View File
@@ -5,13 +5,18 @@ on:
branches: branches:
- 'main' - 'main'
- 'release/**' - 'release/**'
- 'l10n_crowdin_docs_translations_*'
paths: paths:
- 'docs/en/**' - 'docs/en/**'
- 'docs/uk/**'
- 'docs/zh/**'
pull_request: pull_request:
branches: branches:
- '**' - '**'
paths: paths:
- 'docs/en/**' - 'docs/en/**'
- 'docs/uk/**'
- 'docs/zh/**'
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch: