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:
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'