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 ebbit1q
parent b6d04669a7
commit 0561286145
6 changed files with 17 additions and 11 deletions

View file

@ -1,11 +1,12 @@
name: Code Style (TypeScript)
on:
# push trigger not needed for linting, we do not allow direct pushes to master
pull_request:
paths:
- '.github/workflows/web-*.yml'
- 'webclient/**'
- '!**.md'
- '.github/workflows/web-lint.yml'
jobs:
ESLint: