From 7325b4ba54dfc4c34f63af460add9fe9847e772e Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Mon, 4 May 2026 15:54:32 +0800 Subject: [PATCH] ignore ci for weblate --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2eb2489b..6b49f4cd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,6 +5,7 @@ on: paths-ignore: - 'komga-webui/src/locales/*' - 'komga-tray/src/main/resources/org/gotson/komga/*' + - 'next-ui/i18n/*' push: branches-ignore: - 'dependabot/**'