Add first Woodpecker pipeline

This commit is contained in:
2026-03-25 09:51:21 +01:00
commit 96867a3817

11
.woodpecker/pipeline.yml Normal file
View File

@@ -0,0 +1,11 @@
when:
- event: push
branch: main
steps:
- name: hello
image: alpine
commands:
- echo "Pipeline triggered!"
- echo "Branch: ${CI_COMMIT_BRANCH}"
- echo "Commit: ${CI_COMMIT_SHA}"