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

12 lines
195 B
YAML

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