From 20aa3f7d151359489e5c5da60f810080cf801afc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgars=20Egl=C4=ABtis?= <37242620+eglitise@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:33:41 +0200 Subject: [PATCH] chore: only run Crowdin update if changes exist (#1331) * chore: only run Crowdin update if translation changes exist * chore: update Crowdin also for workflow changes --- .github/workflows/crowdin-update-resources.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/crowdin-update-resources.yml b/.github/workflows/crowdin-update-resources.yml index 5b0b3a1344..7f63b7e82e 100644 --- a/.github/workflows/crowdin-update-resources.yml +++ b/.github/workflows/crowdin-update-resources.yml @@ -5,6 +5,9 @@ name: Update Crowdin English Resources on: push: branches: [main] + paths: + - 'assets/locales/en/translation.json' + - '.github/workflows/crowdin-update-resources.yml' # this file jobs: build: