Browse Source

Run translation job when web components are updated

pull/3451/head
Gabe Kangas 2 years ago
parent
commit
fae7e0e88c
  1. 2
      .github/workflows/translations.yml

2
.github/workflows/translations.yml

@ -4,6 +4,8 @@ on: @@ -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'

Loading…
Cancel
Save