diff options
author | Joel Challis <git@zvecr.com> | 2025-03-26 19:23:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-27 06:23:28 +1100 |
commit | a3c39bde0edf5c96f339fdfba801b6c249a75abf (patch) | |
tree | 67cc9a9c378c7c5e61af47058ede49eb4a21c6cc | |
parent | ce2f7d86be171f7273299720ba739b8c85d4c267 (diff) |
Create tags when `lib/python` changes (#25064)
Create tags when lib/python changes
-rw-r--r-- | .github/workflows/auto_tag.yml | 1 |
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: - quantum/**/* - tests/**/* - tmk_core/**/* + - lib/python/**/* - util/**/* - Makefile - '*.mk' |