summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2025-03-26 19:23:28 +0000
committerGitHub <noreply@github.com>2025-03-27 06:23:28 +1100
commita3c39bde0edf5c96f339fdfba801b6c249a75abf (patch)
tree67cc9a9c378c7c5e61af47058ede49eb4a21c6cc /.github
parentce2f7d86be171f7273299720ba739b8c85d4c267 (diff)
Create tags when `lib/python` changes (#25064)
Create tags when lib/python changes
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/auto_tag.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/auto_tag.yml b/.github/workflows/auto_tag.yml
index b4465277b0..4afca6c66d 100644
--- a/.github/workflows/auto_tag.yml
+++ b/.github/workflows/auto_tag.yml
@@ -15,6 +15,7 @@ on:
15 - quantum/**/* 15 - quantum/**/*
16 - tests/**/* 16 - tests/**/*
17 - tmk_core/**/* 17 - tmk_core/**/*
18 - lib/python/**/*
18 - util/**/* 19 - util/**/*
19 - Makefile 20 - Makefile
20 - '*.mk' 21 - '*.mk'