Run translation job when web components are updated

This commit is contained in:
Gabe Kangas 2023-11-28 23:22:10 -08:00
parent fb72be0b6b
commit fae7e0e88c

View File

@ -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'