From df5118dae459805d43575a825dbac2c026e9bab1 Mon Sep 17 00:00:00 2001 From: soryu Date: Mon, 23 Feb 2026 14:11:56 +0000 Subject: fix: restore old README look, replace agent with daemon, fix branch triggers - Fix workflow branch triggers from main to master (workflows were never firing on branch pushes) - Restore original makima README style with banner image and tagline - Replace 'agent' with 'daemon' in public README - Update container image ref to ghcr.io/soryu-co/makima Co-Authored-By: Claude Opus 4.6 --- .github/workflows/daemon-image.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/daemon-image.yml') diff --git a/.github/workflows/daemon-image.yml b/.github/workflows/daemon-image.yml index 8b4a059..8473817 100644 --- a/.github/workflows/daemon-image.yml +++ b/.github/workflows/daemon-image.yml @@ -5,7 +5,7 @@ on: tags: - 'v*' branches: - - main + - master paths: - 'makima/**' - 'vendor/**' -- cgit v1.2.3