gospt/.drone.yml
jjohnstondev c1208ed5de
All checks were successful
continuous-integration/drone/push Build is passing
drone
2023-01-08 21:31:36 -08:00

16 lines
156 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang
commands:
- go build
trigger:
branch:
- main
event:
- push