11 lines
145 B
YAML
11 lines
145 B
YAML
|
when:
|
||
|
- event: manual
|
||
|
- event: push
|
||
|
branch: main
|
||
|
|
||
|
steps:
|
||
|
- name: hello-world
|
||
|
image: alpine:latest
|
||
|
commands:
|
||
|
- echo hello
|