From e5faba3e73f59a5f3bdecc5b7de38fd8c4cfab7e Mon Sep 17 00:00:00 2001 From: nelind Date: Wed, 1 Apr 2026 23:38:17 +0200 Subject: [PATCH] fix(ci): define CI event run correctly so it actually runs --- .tangled/workflows/publish-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tangled/workflows/publish-image.yml b/.tangled/workflows/publish-image.yml index ce0c33b..b849546 100644 --- a/.tangled/workflows/publish-image.yml +++ b/.tangled/workflows/publish-image.yml @@ -1,6 +1,6 @@ when: - - event: ["push"] - branches: main + - event: [ "push" ] + branch: [ "main" ] engine: nixery