From b4fd4081093bab10dbd4408ccc49e246ee4b6fde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Malfait?= Date: Tue, 11 Feb 2025 17:19:42 +0100 Subject: [PATCH] Update i18n-compile.yaml (#10132) --- .github/workflows/i18n-compile.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/i18n-compile.yaml b/.github/workflows/i18n-compile.yaml index 10894a61d..3d317c019 100644 --- a/.github/workflows/i18n-compile.yaml +++ b/.github/workflows/i18n-compile.yaml @@ -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