Ver código fonte

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

Nick Brassel 2 anos atrás
pai
commit
6543065180
1 arquivos alterados com 4 adições e 4 exclusões
  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'