more paths

This commit is contained in:
tooomm 2025-10-05 18:22:08 +02:00
parent e436282f8b
commit e036b5fa84
6 changed files with 38 additions and 11 deletions

View file

@ -1,14 +1,30 @@
name: Code Style (C++)
on:
push:
branches:
- master
paths:
- '**'
- '!**.md'
- '!.github/**'
- '!.husky/**'
- '!.tx/**'
- '!doc/**'
- '!webclient/**'
- '.github/workflows/desktop-lint.yml'
- '.ci/lint_cpp.sh'
- '.clang-format'
- '.cmake-format.json'
- 'format.sh'
pull_request:
paths:
- '*/**' # matches all files not in root
- '!**.md'
- '!.ci/**'
- '!.github/**'
- '!.husky'
- '!.tx'
- '!.husky/**'
- '!.tx/**'
- '!doc/**'
- '!webclient/**'
- '.github/workflows/desktop-lint.yml'