From 82a12dd19afbc331c8c01c7a5dad13d822218bd8 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sun, 5 Oct 2025 18:36:11 +0200 Subject: [PATCH] fix --- .github/workflows/desktop-lint.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/desktop-lint.yml b/.github/workflows/desktop-lint.yml index 804691ab7..7a88a54ff 100644 --- a/.github/workflows/desktop-lint.yml +++ b/.github/workflows/desktop-lint.yml @@ -5,15 +5,16 @@ on: branches: - master paths: - - '**' + - '*/**' # matches all files not in root - '!**.md' + - '!.ci/**' - '!.github/**' - '!.husky/**' - '!.tx/**' - '!doc/**' - '!webclient/**' - - '.github/workflows/desktop-lint.yml' - '.ci/lint_cpp.sh' + - '.github/workflows/desktop-lint.yml' - '.clang-format' - '.cmake-format.json' - 'format.sh' @@ -27,8 +28,8 @@ on: - '!.tx/**' - '!doc/**' - '!webclient/**' - - '.github/workflows/desktop-lint.yml' - '.ci/lint_cpp.sh' + - '.github/workflows/desktop-lint.yml' - '.clang-format' - '.cmake-format.json' - 'format.sh'