logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: a3c39bde0edf5c96f339fdfba801b6c249a75abf
parent ce2f7d86be171f7273299720ba739b8c85d4c267
Author: Joel Challis <git@zvecr.com>
Date:   Wed, 26 Mar 2025 19:23:28 +0000

Create tags when `lib/python` changes (#25064)

Create tags when lib/python changes

Diffstat:

M.github/workflows/auto_tag.yml1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.github/workflows/auto_tag.yml b/.github/workflows/auto_tag.yml @@ -15,6 +15,7 @@ on: - quantum/**/* - tests/**/* - tmk_core/**/* + - lib/python/**/* - util/**/* - Makefile - '*.mk'