From 181ef4aecb763a41998507cc2bc76d6b6f07de5a Mon Sep 17 00:00:00 2001 From: RGalyaviev Date: Mon, 1 Sep 2025 12:19:56 +0300 Subject: [PATCH] 2 --- .woodpecker.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index ae780f5..348b7af 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,7 +6,7 @@ volumes: host: path: /var/run/docker.sock -pipeline: +steps: test: image: python:3.11 commands: @@ -29,5 +29,7 @@ pipeline: commands: - docker compose up -d when: - event: push - branch: main + event: + - push + branch: + - main \ No newline at end of file