10 lines
131 B
YAML
10 lines
131 B
YAML
when:
|
|
- event: push
|
|
branch: main
|
|
|
|
steps:
|
|
- name: test
|
|
image: debian
|
|
commands:
|
|
- echo "This is the test step"
|