Переглянути джерело

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

Nick Brassel 2 роки тому
батько
коміт
6543065180
1 змінених файлів з 4 додано та 4 видалено
  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'