From 8fe5dfd7ef175d37515d6dc8a1595578a476f3a7 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Fri, 22 Apr 2022 11:49:33 +0800 Subject: [PATCH] ci: ignore weblate for CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3572bdbc..a6aaac75 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,8 @@ name: CI on: pull_request: - branches-ignore: - - 'weblate*' + paths-ignore: + - 'komga-webui/src/locales/*' push: branches-ignore: - 'dependabot/**'