This commit is contained in:
tooomm 2025-10-05 18:36:11 +02:00
parent fd42c5383d
commit 82a12dd19a

View file

@ -5,15 +5,16 @@ on:
branches: branches:
- master - master
paths: paths:
- '**' - '*/**' # matches all files not in root
- '!**.md' - '!**.md'
- '!.ci/**'
- '!.github/**' - '!.github/**'
- '!.husky/**' - '!.husky/**'
- '!.tx/**' - '!.tx/**'
- '!doc/**' - '!doc/**'
- '!webclient/**' - '!webclient/**'
- '.github/workflows/desktop-lint.yml'
- '.ci/lint_cpp.sh' - '.ci/lint_cpp.sh'
- '.github/workflows/desktop-lint.yml'
- '.clang-format' - '.clang-format'
- '.cmake-format.json' - '.cmake-format.json'
- 'format.sh' - 'format.sh'
@ -27,8 +28,8 @@ on:
- '!.tx/**' - '!.tx/**'
- '!doc/**' - '!doc/**'
- '!webclient/**' - '!webclient/**'
- '.github/workflows/desktop-lint.yml'
- '.ci/lint_cpp.sh' - '.ci/lint_cpp.sh'
- '.github/workflows/desktop-lint.yml'
- '.clang-format' - '.clang-format'
- '.cmake-format.json' - '.cmake-format.json'
- 'format.sh' - 'format.sh'