From da2c2f38c7bc8f730fc6c5c39f7be51ea23295b1 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 13 Jun 2025 18:24:34 +0300 Subject: [PATCH] Set event to the pipeline --- .woodpecker.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 154a799..ab2282a 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -1,6 +1,7 @@ steps: build-frontend: when: + event: [ push, pull_request, tag ] path: include: [ frontend/** ] image: gcr.io/kaniko-project/executor:latest @@ -18,6 +19,7 @@ steps: build-backend: when: + event: [ push, pull_request, tag ] path: include: [ backend/** ] image: gcr.io/kaniko-project/executor:latest