Unit tests should not run when docs change (#26068)

This commit is contained in:
Joel Challis 2026-03-14 15:31:07 +00:00 committed by GitHub
parent 7ec819eb22
commit e5faeea94d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ on:
pull_request:
paths:
- 'builddefs/**'
- '!builddefs/docsgen/**'
- 'quantum/**'
- 'platforms/**'
- 'tmk_core/**'