fix(pipeline): Change paths for triggering

This commit is contained in:
2025-11-20 09:21:57 +01:00
parent 8fc07b0c6d
commit 4c18334005

View File

@@ -7,7 +7,7 @@ on:
- 'legalconsenthub/**' - 'legalconsenthub/**'
- 'legalconsenthub-backend/**' - 'legalconsenthub-backend/**'
- 'api/**' - 'api/**'
- '.gitea/workflows/ci-cd.yaml' - '.gitea/workflows/pipeline.yaml'
push: push:
branches: branches:
- main - main
@@ -15,7 +15,7 @@ on:
- 'legalconsenthub/**' - 'legalconsenthub/**'
- 'legalconsenthub-backend/**' - 'legalconsenthub-backend/**'
- 'api/**' - 'api/**'
- '.gitea/workflows/ci-cd.yaml' - '.gitea/workflows/pipeline.yaml'
jobs: jobs:
# frontend: # frontend: