diff --git a/.github/workflows/backend-integration-test.yaml b/.github/workflows/backend-integration-test.yaml index bd7fff6..f88dcf7 100644 --- a/.github/workflows/backend-integration-test.yaml +++ b/.github/workflows/backend-integration-test.yaml @@ -3,6 +3,9 @@ on: push: paths: - 'backend/src/**' + - 'backend/package.json' + - 'backend/package-lock.json' + - 'backend/tests/**' pull_request: paths: - 'backend/src/**'