Browse Source

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

Create tags when lib/python changes
Joel Challis 1 year ago
parent
commit
a3c39bde0e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/auto_tag.yml

+ 1 - 0
.github/workflows/auto_tag.yml

@@ -15,6 +15,7 @@ on:
     - quantum/**/*
     - tests/**/*
     - tmk_core/**/*
+    - lib/python/**/*
     - util/**/*
     - Makefile
     - '*.mk'