Skip to content

Commit

Permalink
Update import translations workflow
Browse files Browse the repository at this point in the history
Only trigger the workflow if the PR edits the translation YAML files (which should be all PRs from Weblate).
  • Loading branch information
Ortham committed Jul 7, 2024
1 parent 705b61e commit 3954f69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/import-translations.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Import translations from Weblate

on: [pull_request]
on:
pull_request:
paths: ['translations/*.yaml']

jobs:
import:
Expand Down

0 comments on commit 3954f69

Please sign in to comment.