Detect PRs bypassing DD changes (#26094)

This commit is contained in:
Joel Challis 2026-03-19 19:27:49 +00:00 committed by GitHub
parent fec01edaa4
commit bd500ae092
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ on:
paths: paths:
- 'data/constants/**' - 'data/constants/**'
- 'lib/python/**' - 'lib/python/**'
- 'quantum/rgblight/rgblight_breathe_table.h'
- 'quantum/keycodes.h'
- 'quantum/keymap_extras/**'
jobs: jobs:
regen: regen: