fix: update file pattern for translation workflow

This commit is contained in:
Henry
2026-02-19 21:38:23 +00:00
parent d5c2404715
commit 5cb47a588f

View File

@@ -40,6 +40,6 @@ jobs:
run: |
git config --local user.email "${{ github.actor }}@users.noreply.github.com"
git config --local user.name "${{ github.actor }}"
git add apps/web/src/locales/*/messages.{js,ts}
git add apps/web/src/locales/*/messages.ts
git diff --staged --quiet || git commit -m "chore: compile translations"
git push