patch: pipeline manual
All checks were successful
ci/woodpecker/push/build-pipeline Pipeline was successful

This commit is contained in:
spassignat
2026-05-03 21:07:54 +02:00
parent bbb29459f6
commit 7ee90cba7c

View File

@@ -1,10 +0,0 @@
when:
- event: [ push, deployment, manual ]
steps:
- name: test
image: alpine
commands: |
echo "Pipeline déclenché !"
echo "Event: ${CI_PIPELINE_EVENT}"
echo "Deploy to: ${CI_PIPELINE_DEPLOY_TARGET}"