From 11088b56b1cb1a12c5adabb7526b3a0995acd00f Mon Sep 17 00:00:00 2001 From: Henning Brinkmann Date: Sun, 6 Jun 2021 23:04:53 +0200 Subject: [PATCH] correct when clause of step "deploy" to match branch "main" --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 09d175b..3afe900 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: - deploy --key ${LEKTOR_DEPLOY_KEY} when: branch: - - master + - main event: - push