test
All checks were successful
ci/woodpecker/push/regen-update-pipeline Pipeline was successful
ci/woodpecker/push/test-pipeline Pipeline was successful
ci/woodpecker/manual/test-pipeline Pipeline was successful

This commit is contained in:
2025-09-20 23:51:17 -04:00
parent 85cbd4b420
commit 013db56ecd

View File

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