diff --git a/.drone.yml b/.drone.yml index 9ed7a9d..bec51c1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,8 +1,13 @@ kind: pipeline +type: docker name: default steps: -- name: test +- name: builds image: golang commands: - go build + +trigger: + branch: + - main