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

12 lines
195 B
YAML
Raw Normal View History

2025-08-12 11:35:05 +05:30
when:
- event: push
branch: main
2025-08-12 11:38:42 +05:30
- event: manual
2025-08-12 11:35:05 +05:30
steps:
- name: build
image: debian
commands:
- echo "This is the build step"
- echo "binary-data-123" > executable