From 2df7083cbbf326a4602a796599af9bff946fb513 Mon Sep 17 00:00:00 2001 From: Ayush8923 Date: Mon, 25 Nov 2024 15:18:08 +0530 Subject: [PATCH] fix(*): added the check workflow only run if in the any language file made any changes --- .github/workflows/sync-translations-poeditor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/sync-translations-poeditor.yml b/.github/workflows/sync-translations-poeditor.yml index 0f57120532..930726c119 100644 --- a/.github/workflows/sync-translations-poeditor.yml +++ b/.github/workflows/sync-translations-poeditor.yml @@ -4,6 +4,8 @@ on: push: branches: - feat/translation-poeditor-integration + paths: + - "src/assets/locale/**" permissions: contents: write