Update Woodpecker workflow: switch branch to develop and add test step

This commit is contained in:
2026-03-07 11:07:12 +01:00
parent 53b10b142e
commit 9d41ddc2e5
+5 -3
View File
@@ -1,9 +1,11 @@
when:
- event: push
branch: main
branch: develop
steps: hello
steps:
- name: hello
image: alpine
commands:
- echo "Hello World!"
- echo "Hello World!"
- echo "This is a test step"