ci: include backend-integration-test.yaml in workflow trigger paths

This commit is contained in:
Piwccle 2025-09-24 17:51:14 +02:00
parent 9efda85a51
commit 82395aa3f4

View File

@ -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/**'