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,11 +1,18 @@
name: Code Style (TypeScript)
on:
pull_request:
push:
branches:
- master
paths:
- '.github/workflows/web-*.yml'
- 'webclient/**'
- '!**.md'
- '.github/workflows/web-lint.yml'
pull_request:
paths:
- 'webclient/**'
- '!**.md'
- '.github/workflows/web-lint.yml'
jobs:
ESLint: