From fae7e0e88ca6edf8df18485923f26fd22701dbc5 Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 28 Nov 2023 23:22:10 -0800 Subject: [PATCH] Run translation job when web components are updated --- .github/workflows/translations.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/translations.yml b/.github/workflows/translations.yml index 1390b78c2..a629517f2 100644 --- a/.github/workflows/translations.yml +++ b/.github/workflows/translations.yml @@ -4,6 +4,8 @@ on: push: paths: - 'web/i18n/strings.json' + - 'web/**/*.tsx' + - 'web/**/*.js' - 'crowdin.yml' - '.github/workflows/translations.yml' - 'web/i18next-parser.config.mjs'