From a272e6337109d8688ff3b568152cb11fd2848c6b Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Fri, 17 Feb 2023 15:46:28 +0100 Subject: [PATCH] fix: Run drone only on pushes --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 47a7a66..9427939 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,6 +9,8 @@ name: Build badhouseplants.net trigger: branch: - main + event: + - push steps: - name: Publish the Helm chart @@ -61,7 +63,9 @@ name: CV Builder trigger: branch: - main - + event: + - push + steps: - name: Build the CV image: ghcr.io/puppeteer/puppeteer