diff options
author | QMK Bot <hello@qmk.fm> | 2022-12-14 20:50:36 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-12-14 20:50:36 +0000 |
commit | 7311b17875ec43e519e57dc7bd992539a0aa6609 (patch) | |
tree | 8f9017fdcbac1e917551fa107a2673e79992be90 /.github/workflows | |
parent | 6550b67005e330ffb47c7542e695e915b724ecc3 (diff) | |
parent | 0f97402d2131a26192ba3e657289d262c2315fa3 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/auto_tag.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/auto_tag.yml b/.github/workflows/auto_tag.yml index f140cf2182..529bd794a5 100644 --- a/.github/workflows/auto_tag.yml +++ b/.github/workflows/auto_tag.yml @@ -11,6 +11,7 @@ on: - tests/**/* - util/**/* - platforms/**/* + - builddefs/**/* - Makefile - '*.mk' |