From 8724669e3cf8ff800cd6b161801d912e9fe0e2f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=AD=C5=A1a=20Szlachta?= Date: Sun, 10 Aug 2025 18:04:26 +0200 Subject: [PATCH] limit triggering Translation Check limit running Translation Check only to PR's that modify .txt files in data/language --- .github/workflows/translation_check.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/translation_check.yml b/.github/workflows/translation_check.yml index c353f0c6ea..64c70fff93 100644 --- a/.github/workflows/translation_check.yml +++ b/.github/workflows/translation_check.yml @@ -1,6 +1,9 @@ name: Translation Check -on: pull_request_target +on: + pull_request_target: + paths: + - 'data/language/**.txt' jobs: build: