Update i18n-compile.yaml (#10132)

This commit is contained in:
Félix Malfait
2025-02-11 17:19:42 +01:00
committed by GitHub
parent ed4a5b0c15
commit b4fd408109

View File

@ -3,6 +3,8 @@ name: 'Compile translations'
on:
push:
branches: ['i18n']
pull_request:
branches: ['i18n']
workflow_dispatch:
concurrency:
@ -43,6 +45,6 @@ jobs:
git config --global user.email 'github-actions@twenty.com'
git add .
if ! git diff --staged --quiet --exit-code; then
git commit -m "chore: compile translations"
git commit -m "chore: compile translations [skip ci]"
git push origin HEAD:i18n
fi