Add trigger
continuous-integration/drone Build is passing Details

This commit is contained in:
Stefan Goppelt 2023-03-07 17:38:58 +01:00
parent 3d3748a82b
commit 3f1a5b1ce7
1 changed files with 9 additions and 1 deletions

View File

@ -7,4 +7,12 @@ steps:
image: golang:1.18.0
commands:
- go get ./...
- go test ./...
- go test ./...
trigger:
branch:
- master
event:
- push
- cron
- custom