Removed trigger
continuous-integration/drone Build is passing Details

This commit is contained in:
Stefan Goppelt 2023-03-07 17:27:57 +01:00
parent b23ee827c6
commit 3d3748a82b
1 changed files with 2 additions and 8 deletions

View File

@ -1,6 +1,6 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: micro name: mservice
steps: steps:
- name: build - name: build
@ -8,9 +8,3 @@ steps:
commands: commands:
- go get ./... - go get ./...
- go test ./... - go test ./...
trigger:
branch:
- master
event:
- push