mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
[git actions] Add static.js to paths trigger
This commit is contained in:
1
.github/workflows/azureStorageTests.yml
vendored
1
.github/workflows/azureStorageTests.yml
vendored
@ -6,6 +6,7 @@ on:
|
||||
paths:
|
||||
- 'tests/integration/withServerInstance/storage.tests.js'
|
||||
- 'Common/sources/storage/**'
|
||||
- 'DocService/sources/routes/static.js'
|
||||
|
||||
jobs:
|
||||
azure-storage-tests:
|
||||
|
||||
1
.github/workflows/fsStorageTests.yml
vendored
1
.github/workflows/fsStorageTests.yml
vendored
@ -6,6 +6,7 @@ on:
|
||||
paths:
|
||||
- 'tests/integration/withServerInstance/storage.tests.js'
|
||||
- 'Common/sources/storage/**'
|
||||
- 'DocService/sources/routes/static.js'
|
||||
|
||||
jobs:
|
||||
fs-storage-tests:
|
||||
|
||||
1
.github/workflows/s3storageTests.yml
vendored
1
.github/workflows/s3storageTests.yml
vendored
@ -6,6 +6,7 @@ on:
|
||||
paths:
|
||||
- 'tests/integration/withServerInstance/storage.tests.js'
|
||||
- 'Common/sources/storage/**'
|
||||
- 'DocService/sources/routes/static.js'
|
||||
|
||||
jobs:
|
||||
storage-tests:
|
||||
|
||||
Reference in New Issue
Block a user