diff options
Diffstat (limited to '.github')
-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' |