From 97737375beb92252998054f6893b661ce1a7eb3e Mon Sep 17 00:00:00 2001 From: Vargha Csongor Date: Thu, 27 Mar 2025 20:18:26 +0100 Subject: [PATCH] temp ci fix --- .github/workflows/db_adapter_ci.yml | 8 ++++++-- .github/workflows/svelte_ci.yml | 4 +++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/db_adapter_ci.yml b/.github/workflows/db_adapter_ci.yml index 4add423..cbb2de0 100644 --- a/.github/workflows/db_adapter_ci.yml +++ b/.github/workflows/db_adapter_ci.yml @@ -1,8 +1,12 @@ -name: Frontend Continuous Integration +name: Database Adapter Continues Integration + on: pull_request: + branches: + - feature/migrate-100-percent-to-svelte paths: - - "apps/db-adapter**" + - "apps/db-adapter/*" + jobs: golangci: name: lint diff --git a/.github/workflows/svelte_ci.yml b/.github/workflows/svelte_ci.yml index 4fd9071..aef54e1 100644 --- a/.github/workflows/svelte_ci.yml +++ b/.github/workflows/svelte_ci.yml @@ -1,8 +1,10 @@ name: Frontend Continuous Integration on: pull_request: + branches: + - feature/migrate-100-percent-to-svelte paths: - - "apps/app**" + - "apps/app/*" jobs: lint: uses: ./.github/workflows/svelte_lint.yml