mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-14 20:49:42 +03:00
9 lines
155 B
YAML
9 lines
155 B
YAML
steps:
|
|
- name: build
|
|
image: ubuntu-latest
|
|
commands:
|
|
- echo "Hello, World!"
|
|
when:
|
|
- event: push
|
|
branches:
|
|
- test |