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 - master
paths-ignore: paths-ignore:
- '**.md' - '**.md'
- 'doc/**'
- 'webclient/**' - 'webclient/**'
- '.github/workflows/web-*.yml' - '.github/workflows/docker-*.yml'
- '.github/workflows/documentation-*.yml'
- '.github/workflows/translations-*.yml' - '.github/workflows/translations-*.yml'
- '.github/workflows/docker-release.yml' - '.github/workflows/web-*.yml'
tags: tags:
- '*' - '*'
pull_request: pull_request:
paths-ignore: paths-ignore:
- '**.md' - '**.md'
- 'doc/**'
- 'webclient/**' - 'webclient/**'
- '.github/workflows/web-*.yml' - '.github/workflows/docker-*.yml'
- '.github/workflows/documentation-*.yml'
- '.github/workflows/translations-*.yml' - '.github/workflows/translations-*.yml'
- '.github/workflows/web-*.yml'
# Cancel earlier, unfinished runs of this workflow on the same branch (unless on master) # Cancel earlier, unfinished runs of this workflow on the same branch (unless on master)
concurrency: concurrency:

View file

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