From 4c183340051d051e89457a1f4df3765572a227b0 Mon Sep 17 00:00:00 2001 From: Denis Lugowski Date: Thu, 20 Nov 2025 09:21:57 +0100 Subject: [PATCH] fix(pipeline): Change paths for triggering --- .gitea/workflows/pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index 8056abd..c6a1340 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -7,7 +7,7 @@ on: - 'legalconsenthub/**' - 'legalconsenthub-backend/**' - 'api/**' - - '.gitea/workflows/ci-cd.yaml' + - '.gitea/workflows/pipeline.yaml' push: branches: - main @@ -15,7 +15,7 @@ on: - 'legalconsenthub/**' - 'legalconsenthub-backend/**' - 'api/**' - - '.gitea/workflows/ci-cd.yaml' + - '.gitea/workflows/pipeline.yaml' jobs: # frontend: