|
|
@@ -6,13 +6,7 @@ |
|
|
name: Update translations |
|
|
name: Update translations |
|
|
|
|
|
|
|
|
on: # yamllint disable-line rule:truthy |
|
|
on: # yamllint disable-line rule:truthy |
|
|
push: |
|
|
|
|
|
branches: |
|
|
|
|
|
- master |
|
|
|
|
|
paths: # See include_patterns on conf.py |
|
|
|
|
|
- 'docs/*.md' |
|
|
|
|
|
- 'i18n/README.md' |
|
|
|
|
|
- '*.md' |
|
|
|
|
|
|
|
|
workflow_dispatch: |
|
|
|
|
|
|
|
|
permissions: |
|
|
permissions: |
|
|
contents: write |
|
|
contents: write |
|
|
|