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