diff --git a/.woodpecker/first-test.yml b/.woodpecker/first-test.yml index f6165d1..8897962 100644 --- a/.woodpecker/first-test.yml +++ b/.woodpecker/first-test.yml @@ -1,9 +1,11 @@ when: - event: push - branch: main + branch: develop -steps: hello +steps: - name: hello image: alpine commands: - - echo "Hello World!" \ No newline at end of file + - echo "Hello World!" + - echo "This is a test step" +