From 4b896ff4d5d15ee22d2b9d20a3035145d012988b Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Wed, 23 Jul 2025 11:01:22 +0200 Subject: [PATCH] fix: ensure paths are specified for push and pull_request events in backend integration tests --- .github/workflows/backend-integration-test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/backend-integration-test.yaml b/.github/workflows/backend-integration-test.yaml index 6f734a5..bd7fff6 100644 --- a/.github/workflows/backend-integration-test.yaml +++ b/.github/workflows/backend-integration-test.yaml @@ -1,7 +1,11 @@ name: Backend Integration Tests on: push: + paths: + - 'backend/src/**' pull_request: + paths: + - 'backend/src/**' workflow_dispatch: inputs: use-aws: