From 7b3624e41f2604067764d2db1e15eb3e75aec2f3 Mon Sep 17 00:00:00 2001 From: H4CK3R-01 Date: Mon, 4 Apr 2022 16:07:22 +0200 Subject: [PATCH] Update pipeline --- .woodpecker/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml index 3ae905f..d202d96 100644 --- a/.woodpecker/pipeline.yml +++ b/.woodpecker/pipeline.yml @@ -22,7 +22,7 @@ pipeline: dockerfile: api/Dockerfile platforms: linux/amd64 when: - path: "api/*" + path: "api/**" event: push @@ -41,7 +41,7 @@ pipeline: dockerfile: telegram_bot/Dockerfile platforms: linux/amd64 when: - path: "telegram_bot/*" + path: "telegram_bot/**" event: push @@ -60,7 +60,7 @@ pipeline: dockerfile: frontend/Dockerfile platforms: linux/amd64 when: - path: "frontend/*" + path: "frontend/**" event: push