Merge pull request #21400 from Snuffleupagus/workflows-test-external-folder

Run various test-suite when the `external/` folder is modified
This commit is contained in:
Jonas Jenwald 2026-06-07 16:52:39 +02:00 committed by GitHub
commit 4a01dd669a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 6 deletions

View File

@ -3,7 +3,7 @@ on:
push:
paths:
- 'gulpfile.mjs'
- 'external/builder/**'
- 'external/**'
- 'src/**'
- 'test/images/**'
- 'test/pdfs/**'
@ -20,7 +20,7 @@ on:
pull_request:
paths:
- 'gulpfile.mjs'
- 'external/builder/**'
- 'external/**'
- 'src/**'
- 'test/images/**'
- 'test/pdfs/**'

View File

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

View File

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

View File

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