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:
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'