modified .drone.yml

This commit is contained in:
JesseQu 2024-12-13 11:01:45 +08:00
parent ab2c19be8a
commit aa1f93797a
1 changed files with 6 additions and 1 deletions

View File

@ -1,8 +1,13 @@
kind: pipeline
type: docker
name: default
steps:
- name: test
- name: builds
image: golang
commands:
- go build
trigger:
branch:
- main