mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
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:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user