Files
kubernetes/.woodpecker/ci.yaml

10 lines
131 B
YAML

when:
- event: push
branch: main
steps:
- name: test
image: debian
commands:
- echo "This is the test step"