From b1b619befa32eaf52ab050519e7e550a0f0cbab7 Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Tue, 4 Aug 2026 20:03:35 +0200 Subject: [PATCH] Allow manual pipeline runs for the split mirror Path-filtered push events hide the workflow for unrelated pushes and manual restarts have no changed-files list; add event: manual so the mirror can be triggered from the Woodpecker UI. Co-Authored-By: Claude Fable 5 --- .woodpecker.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.woodpecker.yaml b/.woodpecker.yaml index 712c909..7c36426 100644 --- a/.woodpecker.yaml +++ b/.woodpecker.yaml @@ -10,6 +10,7 @@ when: - event: push branch: master path: "libs/ruby/warp_engine/**" + - event: manual - event: tag ref: refs/tags/warp_engine-v* @@ -33,6 +34,7 @@ steps: when: - event: push branch: master + - event: manual publish-gem: image: ruby:3.3-slim