From a6b2b4e9a285005940a25d62c87c73bcc57c09c9 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Mon, 5 May 2025 23:56:22 +0300 Subject: [PATCH] Add when condition --- .woodpecker.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.woodpecker.yml b/.woodpecker.yml index 1d18343..df0f325 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,3 +1,9 @@ +when: + event: + - push + branch: + - master + steps: - name: detect-and-validate image: alpine:latest