commit: 0f97402d2131a26192ba3e657289d262c2315fa3 parent 35f460643aa836d5340ab7ae9585d75e26d42f8a Author: Nick Brassel <nick@tzarc.org> Date: Thu, 15 Dec 2022 07:50:02 +1100 Add builddefs to the paths associated with tagging. (#19329)Diffstat:
M | .github/workflows/auto_tag.yml | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)diff --git a/.github/workflows/auto_tag.yml b/.github/workflows/auto_tag.yml
@@ -11,6 +11,7 @@ on: - tests/**/* - util/**/* - platforms/**/* + - builddefs/**/* - Makefile - '*.mk'