[git actions] Add static.js to paths trigger

This commit is contained in:
Sergey Konovalov
2025-06-19 14:15:05 +03:00
parent 6458279961
commit f123c1d897
3 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,7 @@ on:
paths:
- 'tests/integration/withServerInstance/storage.tests.js'
- 'Common/sources/storage/**'
- 'DocService/sources/routes/static.js'
jobs:
azure-storage-tests:

View File

@ -6,6 +6,7 @@ on:
paths:
- 'tests/integration/withServerInstance/storage.tests.js'
- 'Common/sources/storage/**'
- 'DocService/sources/routes/static.js'
jobs:
fs-storage-tests:

View File

@ -6,6 +6,7 @@ on:
paths:
- 'tests/integration/withServerInstance/storage.tests.js'
- 'Common/sources/storage/**'
- 'DocService/sources/routes/static.js'
jobs:
storage-tests: