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: