oci-images/.woodpecker/workflow.yaml

10 lines
115 B
YAML
Raw Normal View History

2024-11-02 18:39:47 -05:00
when:
- event: push
branch: main
steps:
- name: build
image: alpine
commands:
- echo "Test"