10 lines
158 B
YAML
10 lines
158 B
YAML
when:
|
|
- event: push
|
|
branch: main
|
|
steps:
|
|
- name: build
|
|
image: alpine
|
|
commands:
|
|
- echo "Building site..."
|
|
- echo "Site built!"
|