chore(ci): tweak i18n workflows

This commit is contained in:
Gabe Kangas
2025-01-19 13:20:32 -08:00
parent 5e64b6ea41
commit ce976a5f0b
2 changed files with 16 additions and 11 deletions

View File

@@ -3,7 +3,12 @@ on:
push:
branches:
- develop
paths: ['web/stories/**', 'web/components/**', 'web/.storybook/**'] # Trigger the action only when files change in the folders defined here
paths: [
'web/stories/**',
'web/components/**',
'web/.storybook/**',
'web/i18n/**',
] # Trigger the action only when files change in the folders defined here
jobs:
build-and-deploy: