Reorder paths to (hopefully) trigger a re-tag.
1 files changed, 4 insertions(+), 4 deletions(-) M .github/workflows/auto_tag.yml
M .github/workflows/auto_tag.yml => .github/workflows/auto_tag.yml +4 -4
@@ 5,13 5,13 @@ on: branches: - master paths: - - quantum/**/* - - tmk_core/**/* + - builddefs/**/* - drivers/**/* + - platforms/**/* + - quantum/**/* - tests/**/* + - tmk_core/**/* - util/**/* - - platforms/**/* - - builddefs/**/* - Makefile - '*.mk'