From 6543065180b0232b2795ea986feb4e9bb79ff2f6 Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Thu, 15 Dec 2022 08:09:14 +1100 Subject: [PATCH] Reorder paths to (hopefully) trigger a re-tag. --- .github/workflows/auto_tag.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto_tag.yml b/.github/workflows/auto_tag.yml index 529bd794a565a963016c80dc0a3660998e6bf7e6..3f7e5b4ab1433e38a03091650c0fcecec6ff2266 100644 --- a/.github/workflows/auto_tag.yml +++ b/.github/workflows/auto_tag.yml @@ -5,13 +5,13 @@ on: branches: - master paths: - - quantum/**/* - - tmk_core/**/* + - builddefs/**/* - drivers/**/* + - platforms/**/* + - quantum/**/* - tests/**/* + - tmk_core/**/* - util/**/* - - platforms/**/* - - builddefs/**/* - Makefile - '*.mk'