mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-15 04:59:42 +03:00
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
10 lines
175 B
YAML
10 lines
175 B
YAML
steps:
|
|
- name: build
|
|
image: ubuntu
|
|
commands:
|
|
- echo "Hello, World!"
|
|
when:
|
|
- event: push
|
|
branches:
|
|
- test
|