From a286c43f17c84215566e74f115d86cc54b1dfcef Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Thu, 9 Mar 2023 09:25:54 +0100 Subject: [PATCH] run on push to sources Contributes to CURA-10376 --- .github/workflows/update-translation.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/workflows/update-translation.yml b/.github/workflows/update-translation.yml index cecbb4bffc..83c3a10a8e 100644 --- a/.github/workflows/update-translation.yml +++ b/.github/workflows/update-translation.yml @@ -1,5 +1,22 @@ name: update-translations +push: + paths: + - 'plugins/**' + - 'resources/**' + - 'cura/**' + - 'icons/**' + - 'tests/**' + - 'packaging/**' + - '.github/workflows/conan-*.yml' + - '.github/workflows/notify.yml' + - '.github/workflows/requirements-conan-package.txt' + - 'requirements*.txt' + - 'conanfile.py' + - 'conandata.yml' + - 'GitVersion.yml' + - '*.jinja' + jobs: update-translations: name: Update translations