From 6b999b8298741670434d395c15fe0f698b812979 Mon Sep 17 00:00:00 2001 From: Keannu Bernasol Date: Wed, 16 Jul 2025 09:30:53 +0800 Subject: [PATCH] Update .deploy.yml --- .woodpecker/.deploy.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.woodpecker/.deploy.yml b/.woodpecker/.deploy.yml index e925794..588d4ba 100644 --- a/.woodpecker/.deploy.yml +++ b/.woodpecker/.deploy.yml @@ -36,5 +36,7 @@ steps: depends_on: deploy when: - - branch: Main - event: push + - branch: main # Update branch name accordingly + event: + - push + - manual