logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git
commit: 6543065180b0232b2795ea986feb4e9bb79ff2f6
parent 51360f3d541c4fedf32f09dc10e50cb076068691
Author: Nick Brassel <nick@tzarc.org>
Date:   Thu, 15 Dec 2022 08:09:14 +1100

Reorder paths to (hopefully) trigger a re-tag.

Diffstat:

M.github/workflows/auto_tag.yml8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 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'