update trigger paths

This commit is contained in:
tooomm 2025-10-04 11:06:16 +02:00
parent 30e6b52783
commit 71808891c7
2 changed files with 12 additions and 5 deletions

View file

@ -11,18 +11,23 @@ on:
- master
paths-ignore:
- '**.md'
- 'doc/**'
- 'webclient/**'
- '.github/workflows/web-*.yml'
- '.github/workflows/docker-*.yml'
- '.github/workflows/documentation-*.yml'
- '.github/workflows/translations-*.yml'
- '.github/workflows/docker-release.yml'
- '.github/workflows/web-*.yml'
tags:
- '*'
pull_request:
paths-ignore:
- '**.md'
- 'doc/**'
- 'webclient/**'
- '.github/workflows/web-*.yml'
- '.github/workflows/docker-*.yml'
- '.github/workflows/documentation-*.yml'
- '.github/workflows/translations-*.yml'
- '.github/workflows/web-*.yml'
# Cancel earlier, unfinished runs of this workflow on the same branch (unless on master)
concurrency:

View file

@ -4,10 +4,12 @@ on:
pull_request:
paths-ignore:
- '**.md'
- 'doc/**'
- 'webclient/**'
- '.github/workflows/web-*.yml'
- '.github/workflows/docker-*.yml'
- '.github/workflows/documentation-*.yml'
- '.github/workflows/translations-*.yml'
- '.github/workflows/docker-release.yml'
- '.github/workflows/web-*.yml'
jobs:
format: