Browse Source

Detect PRs bypassing DD changes (#26094)

Joel Challis 4 months ago
parent
commit
bd500ae092
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/regen.yml

+ 3 - 0
.github/workflows/regen.yml

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