Parcourir la source

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

Nick Brassel il y a 2 ans
Parent
commit
6543065180
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4 4
      .github/workflows/auto_tag.yml

+ 4 - 4
.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'