diff options
author | QMK Bot <hello@qmk.fm> | 2022-12-14 21:09:59 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-12-14 21:09:59 +0000 |
commit | 2ea290f5b9d7435eb648646c9fa8c98b3fcbba56 (patch) | |
tree | 464e1ef114721eda4dbbc1c087a1176a8162a463 | |
parent | fd6b1558ceb3e02e38952fd1b371e0f0a5549a2b (diff) | |
parent | 6543065180b0232b2795ea986feb4e9bb79ff2f6 (diff) |
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r-- | .github/workflows/auto_tag.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/auto_tag.yml b/.github/workflows/auto_tag.yml index 529bd794a5..3f7e5b4ab1 100644 --- a/.github/workflows/auto_tag.yml +++ b/.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' |