10 lines
115 B
YAML
10 lines
115 B
YAML
|
when:
|
||
|
- event: push
|
||
|
branch: main
|
||
|
|
||
|
steps:
|
||
|
- name: build
|
||
|
image: alpine
|
||
|
commands:
|
||
|
- echo "Test"
|