9 lines
136 B
YAML
9 lines
136 B
YAML
when:
|
|
- event: push
|
|
branch: main
|
|
|
|
steps: hello
|
|
- name: hello
|
|
image: alpine
|
|
commands:
|
|
- echo "Hello World!" |