diff --git a/.github/workflows/import-translations.yml b/.github/workflows/import-translations.yml index 701974c..61eee62 100644 --- a/.github/workflows/import-translations.yml +++ b/.github/workflows/import-translations.yml @@ -1,6 +1,8 @@ name: Import translations from Weblate -on: [pull_request] +on: + pull_request: + paths: ['translations/*.yaml'] jobs: import: