فهرست منبع

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'