From 69075e590e875c4df5bb46614d95203d56b81cac Mon Sep 17 00:00:00 2001 From: H4CK3R-01 Date: Tue, 5 Apr 2022 08:45:30 +0200 Subject: [PATCH] Fixed pipeline condition --- .woodpecker/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml index 86eefd1..7a0d6a1 100644 --- a/.woodpecker/pipeline.yml +++ b/.woodpecker/pipeline.yml @@ -80,8 +80,8 @@ pipeline: - cd /root/docker/aktienbot - docker-compose pull - docker-compose -p "aktienbot" up -d - when: - path: [ "frontend/**", "telegram_bot/**", "api/**" ] - event: push + when: + path: [ "frontend/**", "telegram_bot/**", "api/**" ] + event: push branches: main