Update i18n-compile.yaml (#10132)
This commit is contained in:
4
.github/workflows/i18n-compile.yaml
vendored
4
.github/workflows/i18n-compile.yaml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user