diff options
-rw-r--r-- | .woodpecker/main.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.woodpecker/main.yaml b/.woodpecker/main.yaml index ad9a3de..f1a595e 100644 --- a/.woodpecker/main.yaml +++ b/.woodpecker/main.yaml @@ -3,11 +3,12 @@ when: event: - push - pull_request - branch: + branch: - main - ci/fix_woodpecker steps: - - name: build + - name: build image: debian commands: - - echo "This is the build step"
\ No newline at end of file + - echo "This is the build step" + - echo "binary-data-123" > executable |