diff options
| author | soryu <soryu@soryu.co> | 2026-02-23 14:11:56 +0000 |
|---|---|---|
| committer | soryu <soryu@soryu.co> | 2026-02-23 14:11:56 +0000 |
| commit | df5118dae459805d43575a825dbac2c026e9bab1 (patch) | |
| tree | 9a4c555b8cb7de8d805ac793a37b821d5c83f305 /.github/workflows/daemon-image.yml | |
| parent | 212953938d84b6fca07112dcac759eea060a8393 (diff) | |
| download | soryu-df5118dae459805d43575a825dbac2c026e9bab1.tar.gz soryu-df5118dae459805d43575a825dbac2c026e9bab1.zip | |
fix: restore old README look, replace agent with daemon, fix branch triggersv0.2.1
- 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 <noreply@anthropic.com>
Diffstat (limited to '.github/workflows/daemon-image.yml')
| -rw-r--r-- | .github/workflows/daemon-image.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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/**' |
