diff options
| author | Joel Challis | 2025-03-26 20:23:28 +0100 |
|---|---|---|
| committer | GitHub | 2025-03-26 20:23:28 +0100 |
| commit | a3c39bde0edf5c96f339fdfba801b6c249a75abf (patch) | |
| tree | 67cc9a9c378c7c5e61af47058ede49eb4a21c6cc /.github/workflows | |
| parent | ce2f7d86be171f7273299720ba739b8c85d4c267 (diff) | |
Create tags when `lib/python` changes (#25064)
Create tags when lib/python changes
Diffstat (limited to '.github/workflows')
| -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' |