From 5c933f8c420c11ad3283ab20c3dd8f05c1c7f992 Mon Sep 17 00:00:00 2001 From: Thomas Quinot Date: Sat, 18 Apr 2026 21:36:52 +0200 Subject: [PATCH] Fix pipeline structure --- .drone.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 433c314..215011b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,12 @@ kind: pipeline type: docker name: default +trigger: + branch: + - main + event: + - push + steps: - name: build image: ruby:3.3.1 @@ -23,8 +29,3 @@ steps: user: thomas key: from_secret: rsync_key - trigger: - branch: - - main - event: - - push