From ce4c28920243a8f87f1f0de70433419bbcc462a8 Mon Sep 17 00:00:00 2001 From: pierreozoux Date: Mon, 27 Jul 2020 14:02:21 +0200 Subject: [PATCH] Fixes github action loop. Signed-off-by: pierreozoux --- .github/workflows/generate_catalog_templates.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/generate_catalog_templates.yml b/.github/workflows/generate_catalog_templates.yml index 0010f659c..384129c67 100644 --- a/.github/workflows/generate_catalog_templates.yml +++ b/.github/workflows/generate_catalog_templates.yml @@ -2,7 +2,10 @@ name: L10n on: push: branches: - - master + - master + paths: + - 'user_manual/**' + - '!user_manual/locale/**' jobs: user_manual: @@ -16,6 +19,6 @@ jobs: build-command: make gettext - uses: peter-evans/create-pull-request@v3 with: - commit-message: Adds Or Updates catalog templates (POT files fetched automatically by transifex) + commit-message: Updates catalog templates (POT files fetched automatically by transifex) title: l10n branch: update-l10n