summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-12-14 21:09:59 +0000
committerQMK Bot <hello@qmk.fm>2022-12-14 21:09:59 +0000
commit2ea290f5b9d7435eb648646c9fa8c98b3fcbba56 (patch)
tree464e1ef114721eda4dbbc1c087a1176a8162a463 /.github
parentfd6b1558ceb3e02e38952fd1b371e0f0a5549a2b (diff)
parent6543065180b0232b2795ea986feb4e9bb79ff2f6 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/auto_tag.yml8
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'