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

@ -5,14 +5,16 @@ on:
branches:
- master
paths:
- '.github/workflows/web-*.yml'
- '.husky/**'
- 'webclient/**'
- '!**.md'
- '.github/workflows/web-build.yml'
pull_request:
paths:
- '.github/workflows/web-*.yml'
- '.husky/**'
- 'webclient/**'
- '!**.md'
- '.github/workflows/web-build.yml'
jobs:
build-web: