Merge pull request #21340 from Snuffleupagus/test-modified-external-builder

Run unit-tests and integration-tests when the `external/builder/` folder is changed
This commit is contained in:
calixteman 2026-05-26 16:14:36 +02:00 committed by GitHub
commit 03eda70d7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,7 @@ on:
push:
paths:
- 'gulpfile.mjs'
- 'external/builder/**'
- 'src/**'
- 'test/test.mjs'
- 'test/integration/**'
@ -13,6 +14,7 @@ on:
pull_request:
paths:
- 'gulpfile.mjs'
- 'external/builder/**'
- 'src/**'
- 'test/test.mjs'
- 'test/integration/**'

View File

@ -3,6 +3,7 @@ on:
push:
paths:
- 'gulpfile.mjs'
- 'external/builder/**'
- 'src/**'
- 'test/test.mjs'
- 'test/unit/**'
@ -13,6 +14,7 @@ on:
pull_request:
paths:
- 'gulpfile.mjs'
- 'external/builder/**'
- 'src/**'
- 'test/test.mjs'
- 'test/unit/**'