From ab36028ccfd42b200d585212b28a9fa4d7da7cf7 Mon Sep 17 00:00:00 2001 From: SauravDhakal Date: Fri, 3 Apr 2026 22:26:33 +0545 Subject: [PATCH] fix: syntax --- .woodpecker.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e50bc9d..9043a14 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,4 +1,8 @@ # Test +when: + event: push + branch: master + steps: build: image: hugomods/hugo:latest @@ -6,6 +10,3 @@ steps: - hugo --minify --destination /site/public volumes: - /home/saurav/site:/site # writes directly to where Caddy serves from - when: - event: push - branch: master