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
+4 -2
View File
@@ -1,9 +1,11 @@
when: when:
- event: push - event: push
branch: main branch: develop
steps: hello steps:
- name: hello - name: hello
image: alpine image: alpine
commands: commands:
- echo "Hello World!" - echo "Hello World!"
- echo "This is a test step"