summary refs log tree commit diff
path: root/.github/workflows
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2022-12-15 08:09:14 +1100
committerNick Brassel <nick@tzarc.org>2022-12-15 08:09:14 +1100
commit6543065180b0232b2795ea986feb4e9bb79ff2f6 (patch)
treed9ec808e9d31b0698a32c738b6caf1b116631272 /.github/workflows
parent51360f3d541c4fedf32f09dc10e50cb076068691 (diff)
Reorder paths to (hopefully) trigger a re-tag.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/auto_tag.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/auto_tag.yml b/.github/workflows/auto_tag.yml
index 529bd794a5..3f7e5b4ab1 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'