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