From 82395aa3f44518a02448cd263946ad4701f9a761 Mon Sep 17 00:00:00 2001 From: Piwccle Date: Wed, 24 Sep 2025 17:51:14 +0200 Subject: [PATCH] ci: include backend-integration-test.yaml in workflow trigger paths --- .github/workflows/backend-integration-test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/backend-integration-test.yaml b/.github/workflows/backend-integration-test.yaml index 8e488fb..4b8af22 100644 --- a/.github/workflows/backend-integration-test.yaml +++ b/.github/workflows/backend-integration-test.yaml @@ -6,6 +6,7 @@ on: - 'backend/package.json' - 'backend/package-lock.json' - 'backend/tests/**' + - '.github/workflows/backend-integration-test.yaml' pull_request: paths: - 'backend/src/**'