diff --git a/.woodpecker/test-pipeline.yml b/.woodpecker/test-pipeline.yml deleted file mode 100644 index ecab552..0000000 --- a/.woodpecker/test-pipeline.yml +++ /dev/null @@ -1,11 +0,0 @@ -kind: pipeline -type: docker -name: test-manual -when: - event: [manual, push] - -steps: - - name: echo - image: alpine - commands: - - echo "Manual trigger works!"