Files
CloudflareDNS-java/.woodpecker/first-test.yml
T

9 lines
136 B
YAML

when:
- event: push
branch: main
steps: hello
- name: hello
image: alpine
commands:
- echo "Hello World!"