From 781f01d2458cef67bdafdd8a7f0616bce8913b0b Mon Sep 17 00:00:00 2001 From: immanuelfodor <21174107+immanuelfodor@users.noreply.github.com> Date: Fri, 27 Nov 2020 08:28:15 +0100 Subject: [PATCH] Fix default branch name --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 860f31d..67a1d6c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ --- kind: pipeline type: docker -name: build-master +name: build-main clone: depth: 50