Added pipeline clause

This commit is contained in:
Marcin-Ramotowski
2025-07-20 11:50:18 +02:00
parent 8333c53c96
commit e4a2633fb0

View File

@ -1,8 +1,9 @@
when:
pipeline:
when:
- event: push
branch: woodpecker
steps:
steps:
- name: code-tests
image: python:3.11.7-alpine
commands: