From 9a63b5ea35c68dcdddf40f9314124d87c6cd715a Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Thu, 9 Mar 2023 09:23:01 +0100 Subject: [PATCH] renamed workflow Contributes to CURA-10376 --- .../{update-i18n.yml => update-translation.yml} | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) rename .github/workflows/{update-i18n.yml => update-translation.yml} (95%) diff --git a/.github/workflows/update-i18n.yml b/.github/workflows/update-translation.yml similarity index 95% rename from .github/workflows/update-i18n.yml rename to .github/workflows/update-translation.yml index ce40b19fed..cecbb4bffc 100644 --- a/.github/workflows/update-i18n.yml +++ b/.github/workflows/update-translation.yml @@ -1,13 +1,8 @@ -name: update-i18n - -on: - push: - paths: - - 'resources/i18n/**' +name: update-translations jobs: - update-18n: - name: Update i18n + update-translations: + name: Update translations runs-on: ubuntu-latest steps: