From 5fc45c6dee498176e1998b767929d02e12f8e3d3 Mon Sep 17 00:00:00 2001 From: lostinlight Date: Wed, 19 Jan 2022 20:49:35 +0300 Subject: [PATCH] Update Woodpecker config --- .woodpecker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 0daed1e..3b08a75 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,9 +14,10 @@ pipeline: # This only copies non-hidden files; those whose names start with period WOULD NOT be copied - mv public/* . - rm -rf public - branches: [main] when: - event: [push] + branch: + include: [ main ] + event: [push, deployment] publish: image: alpine