Files
crowci-test/.woodpecker/my-first-workflow.yaml

11 lines
177 B
YAML

when:
- event: push
branch: main
steps:
- name: build
image: debian
commands:
- echo "This is the build step"
- echo "binary-data-123" > executable