drone-ci-demo/.drone.yml
lab 68253d7b1d
All checks were successful
continuous-integration/drone/push Build is passing
feat: add trigger
2021-12-04 15:06:41 +08:00

19 lines
200 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world
- echo done
when:
branch:
- master
trigger:
event:
- push