Add trigger
continuous-integration/drone Build is passing

This commit is contained in:
2023-03-07 17:38:58 +01:00
parent 3d3748a82b
commit 3f1a5b1ce7
+9 -1
View File
@@ -7,4 +7,12 @@ steps:
image: golang:1.18.0 image: golang:1.18.0
commands: commands:
- go get ./... - go get ./...
- go test ./... - go test ./...
trigger:
branch:
- master
event:
- push
- cron
- custom