CI: More workflow paths updates (#6227)

* update trigger paths

* change to include paths trigger pattern

* refine selection

* more paths

* fix

* revert push trigger and add hint
This commit is contained in:
tooomm 2025-10-08 02:17:02 +02:00 committed by GitHub
parent e1259e67d3
commit f4361d1b43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 17 additions and 11 deletions

View file

@ -12,18 +12,18 @@ olddir="$PWD"
cd "${BASH_SOURCE%/*}/" || exit 2 # could not find path, this could happen with special links etc.
# defaults
include=("common" \
"cockatrice/src" \
include=("cockatrice/src" \
"common" \
"dbconverter/src" \
"oracle/src" \
"servatrice/src" \
"tests")
exclude=("servatrice/src/smtp" \
"common/sfmt" \
exclude=("common/sfmt" \
"common/lib" \
"oracle/src/zip" \
"oracle/src/lzma" \
"oracle/src/qt-json")
"oracle/src/qt-json" \
"servatrice/src/smtp")
exts=("cpp" "h" "proto")
cf_cmd="clang-format"
branch="origin/master"