diff --git a/.woodpecker/my-first-workflow.yaml b/.woodpecker/my-first-workflow.yaml index 16fb1bd..492f4a9 100644 --- a/.woodpecker/my-first-workflow.yaml +++ b/.woodpecker/my-first-workflow.yaml @@ -1,7 +1,7 @@ +--- when: - event: push branch: main - steps: - name: build image: debian @@ -12,4 +12,4 @@ steps: image: golang:1.16 commands: - echo "Testing ..." - - ./executable \ No newline at end of file + - ./executable