From bd500ae0929bc708410a55e7795fedd451675eb4 Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Thu, 19 Mar 2026 19:27:49 +0000 Subject: [PATCH] Detect PRs bypassing DD changes (#26094) --- .github/workflows/regen.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/regen.yml b/.github/workflows/regen.yml index 54daadfa29..516b02aef0 100644 --- a/.github/workflows/regen.yml +++ b/.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: