Update Woodpecker workflow: switch branch to develop and add test step
This commit is contained in:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user