add extra trigger paths

This commit is contained in:
2025-03-27 22:10:28 +01:00
parent 46077870c3
commit 5385244f97
2 changed files with 5 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ on:
paths:
- "apps/db-adapter**"
- ".github/workflows/db_adapter_ci.yml"
- ".github/workflows/go_test.yml"
- ".github/workflows/docker_build.yml"
jobs:
golangci:

View File

@@ -6,6 +6,9 @@ on:
types: [opened, synchronize, reopened]
paths:
- "apps/app**"
- ".github/workflows/svelte_ci.yml"
- ".github/workflows/svelte_test.yml"
- ".github/workflows/svelte_lint.yml"
jobs:
lint: