From 814b94d8c9f20bf0608c89cfd7667941f663572f Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Mon, 22 Jan 2024 16:27:32 +0800 Subject: [PATCH] ci(tests): ignore komga-tray translations --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3761f5547..c4ca75309 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,6 +4,7 @@ on: pull_request: paths-ignore: - 'komga-webui/src/locales/*' + - 'komga-tray/src/main/resources/org/gotson/komga/*' push: branches-ignore: - 'dependabot/**'