update woodpecker workflow
All checks were successful
ci/woodpecker/manual/demo-workflow Pipeline was successful

This commit is contained in:
2025-07-03 12:33:18 +03:00
parent 32094507fe
commit 4dd8c6bfc9
5 changed files with 16 additions and 46 deletions

View File

@ -1,7 +1,5 @@
when:
- event: push
branch: master
- event: [push, manual]
steps:
- name: build
image: ubuntu:22.04

View File

@ -1,15 +0,0 @@
when:
- event: push
branch: main
steps:
- name: build
image: debian
commands:
- echo "This is the build step"
- echo "binary-data-123" > executable
- name: a-test-step
image: golang:1.24
commands:
- echo "Testing ..."
- go version