From 013db56ecdcdf174354bb1459ce1f02dcbe66889 Mon Sep 17 00:00:00 2001 From: jthor Date: Sat, 20 Sep 2025 23:51:17 -0400 Subject: [PATCH] test --- .woodpecker/test-pipeline.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .woodpecker/test-pipeline.yml diff --git a/.woodpecker/test-pipeline.yml b/.woodpecker/test-pipeline.yml new file mode 100644 index 0000000..ecab552 --- /dev/null +++ b/.woodpecker/test-pipeline.yml @@ -0,0 +1,11 @@ +kind: pipeline +type: docker +name: test-manual +when: + event: [manual, push] + +steps: + - name: echo + image: alpine + commands: + - echo "Manual trigger works!"