From 3b63766823d8ecff22e5ab3b6e0980cd033bb282 Mon Sep 17 00:00:00 2001 From: lauralani Date: Fri, 7 Apr 2023 19:20:46 +0200 Subject: [PATCH] add tag and branch conditions to pipeline --- .woodpecker.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index f872601..a557b07 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,5 +1,7 @@ +when: + event: push + branch: main pipeline: - build: image: node:19 commands: