浏览代码

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:
     branches:
     - master
     - master
     paths:
     paths:
-    - quantum/**/*
-    - tmk_core/**/*
+    - builddefs/**/*
     - drivers/**/*
     - drivers/**/*
+    - platforms/**/*
+    - quantum/**/*
     - tests/**/*
     - tests/**/*
+    - tmk_core/**/*
     - util/**/*
     - util/**/*
-    - platforms/**/*
-    - builddefs/**/*
     - Makefile
     - Makefile
     - '*.mk'
     - '*.mk'