From 9c0feb87ab9f06c9c4e1b3489f058454c7cb0db3 Mon Sep 17 00:00:00 2001 From: Christopher Petito Date: Mon, 2 Feb 2026 16:38:56 +0100 Subject: [PATCH] task rebuild if themes change Signed-off-by: Christopher Petito --- Taskfile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Taskfile.yml b/Taskfile.yml index f61ce6300..5b58284f9 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -29,6 +29,7 @@ tasks: - "{{.GO_SOURCES}}" - "**/*.template" - "**/*.txt" + - "**/*.y{a,}ml" - "go.mod" - "go.sum" generates: