Compare commits

..

2 Commits

Author SHA1 Message Date
spassignat
244f46418b Merge remote-tracking branch 'origin/main'
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/build-pipeline Pipeline was successful
ci/woodpecker/manual/test Pipeline was successful
2026-05-03 16:59:19 +02:00
spassignat
c334f5ec09 patch: pipeline id 2026-05-03 16:59:13 +02:00
2 changed files with 10 additions and 2 deletions

View File

@@ -1,8 +1,6 @@
when:
- event: push
branch: [ main ]
- event: pull_request
- event: manual
variables:
- &node_image node:18-alpine

10
.woodpecker/test.yml Normal file
View File

@@ -0,0 +1,10 @@
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}"