change to include paths trigger pattern

This commit is contained in:
tooomm 2025-10-05 12:33:23 +02:00
parent 71808891c7
commit 0530747a65
2 changed files with 27 additions and 24 deletions

View file

@ -9,25 +9,27 @@ on:
push: push:
branches: branches:
- master - master
paths-ignore: paths:
- '**.md' - '**'
- 'doc/**' - '!**.md'
- 'webclient/**' - '!.github/**'
- '.github/workflows/docker-*.yml' - '!.husky/**'
- '.github/workflows/documentation-*.yml' - '!.tx/**'
- '.github/workflows/translations-*.yml' - '!doc/**'
- '.github/workflows/web-*.yml' - '!webclient/**'
- '.github/workflows/desktop-build.yml'
tags: tags:
- '*' - '*'
pull_request: pull_request:
paths-ignore: paths:
- '**.md' - '**'
- 'doc/**' - '!**.md'
- 'webclient/**' - '!.github/**'
- '.github/workflows/docker-*.yml' - '!.husky/**'
- '.github/workflows/documentation-*.yml' - '!.tx/**'
- '.github/workflows/translations-*.yml' - '!doc/**'
- '.github/workflows/web-*.yml' - '!webclient/**'
- '.github/workflows/desktop-build.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

@ -2,14 +2,15 @@ name: Code Style (C++)
on: on:
pull_request: pull_request:
paths-ignore: paths:
- '**.md' - '**'
- 'doc/**' - '!**.md'
- 'webclient/**' - '!.github/**'
- '.github/workflows/docker-*.yml' - '!.husky'
- '.github/workflows/documentation-*.yml' - '!.tx'
- '.github/workflows/translations-*.yml' - '!doc/**'
- '.github/workflows/web-*.yml' - '!webclient/**'
- '.github/workflows/desktop-lint.yml'
jobs: jobs:
format: format: