From 3ffaa239e4e4a6fccea9ffad7d62a6e6cac17051 Mon Sep 17 00:00:00 2001 From: Florian Kaiser <44125287+H4CK3R-01@users.noreply.github.com> Date: Sun, 27 Mar 2022 20:04:51 +0200 Subject: [PATCH] Update pipeline.yml --- .woodpecker/pipeline.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml index 53ee476..8b80a94 100644 --- a/.woodpecker/pipeline.yml +++ b/.woodpecker/pipeline.yml @@ -96,7 +96,9 @@ pipeline: - /opt/docker/TelegramAktienBot/deploy_frontend.sh when: path: "frontend/*" - + + when: + event: [ push ] + + branches: main -when: - event: [ push ]