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