From 37f74afd7e452dab6dd648774b338bd600ea7a79 Mon Sep 17 00:00:00 2001 From: matti Date: Thu, 9 Mar 2023 10:38:13 +0100 Subject: [PATCH] limit pipeline to push event --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c6cf1a4..3e5d894 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,7 +37,7 @@ steps: - build angestoepselt site when: branch: - - staging + - stage - name: deploy live build image: plugins/webhook @@ -75,4 +75,6 @@ steps: trigger: branch: - main - - staging + - stage + event: + - push \ No newline at end of file