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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ['i18n']
|
branches: ['i18n']
|
||||||
|
pull_request:
|
||||||
|
branches: ['i18n']
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
@ -43,6 +45,6 @@ jobs:
|
|||||||
git config --global user.email 'github-actions@twenty.com'
|
git config --global user.email 'github-actions@twenty.com'
|
||||||
git add .
|
git add .
|
||||||
if ! git diff --staged --quiet --exit-code; then
|
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
|
git push origin HEAD:i18n
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user