From 8af45b73a591e0ea3302e235df2289a3da602e53 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Sat, 3 Dec 2022 16:35:00 +0100 Subject: [PATCH] Publish on branch main not master --- .drone.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 153dbe9..ffa6565 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,12 +26,15 @@ steps: tags: latest when: event: - - push + include: + - push + exclude: + - pull_request branch: - - master + - main --- kind: signature -hmac: 80190c8ebd46a70ae4d3f5584a2d4e82ff3e2a376c209877f4c62a09a246dbc5 +hmac: 13d584e973017ab053c389c87d797deb78ea0c85c348446c7e5c1e3e8a174bc3 ...