From 51d803204e7b27493793cd9423d736ebd739a3b2 Mon Sep 17 00:00:00 2001 From: BluemediaGER Date: Sun, 12 Nov 2023 01:41:24 +0100 Subject: [PATCH] Allow manual and cron as pipeline triggers --- .woodpecker/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/deploy.yaml b/.woodpecker/deploy.yaml index 7c550b8..29f247b 100644 --- a/.woodpecker/deploy.yaml +++ b/.woodpecker/deploy.yaml @@ -1,5 +1,5 @@ when: - event: push + event: [ push, manual, cron ] branch: main clone: