diff options
author | Nick Brassel <nick@tzarc.org> | 2022-12-15 07:50:02 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-15 07:50:02 +1100 |
commit | 0f97402d2131a26192ba3e657289d262c2315fa3 (patch) | |
tree | a2b1aa47f26375707197c2900e30bd3f0a53c500 /.github/workflows | |
parent | 35f460643aa836d5340ab7ae9585d75e26d42f8a (diff) |
Add builddefs to the paths associated with tagging. (#19329)
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' |