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!"