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