From 71808891c73036a5b31cf4cb33c06e5d9f8d7818 Mon Sep 17 00:00:00 2001 From: tooomm Date: Sat, 4 Oct 2025 11:06:16 +0200 Subject: [PATCH] update trigger paths --- .github/workflows/desktop-build.yml | 11 ++++++++--- .github/workflows/desktop-lint.yml | 6 ++++-- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.github/workflows/desktop-build.yml b/.github/workflows/desktop-build.yml index b1afcbfa5..b00d401f3 100644 --- a/.github/workflows/desktop-build.yml +++ b/.github/workflows/desktop-build.yml @@ -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: diff --git a/.github/workflows/desktop-lint.yml b/.github/workflows/desktop-lint.yml index 39b68eb72..82b3cc9d2 100644 --- a/.github/workflows/desktop-lint.yml +++ b/.github/workflows/desktop-lint.yml @@ -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: