feat: pipeline v2
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
ci/woodpecker/pr/pipeline Pipeline was successful

This commit is contained in:
Rodrigo Verdiani 2025-10-28 21:55:11 -03:00
parent a2ca4f0c6a
commit afbaf8c8b0

View File

@ -32,8 +32,8 @@ steps:
- latest
- ${CI_COMMIT_SHA}
when:
event: [ pull_request, push ]
branch: [ main, develop, feat/*, feature/* ]
event: [ push ]
branch: [ main ]
- name: deploy
depends_on: [ publish-image ]
@ -65,5 +65,5 @@ steps:
$IMAGE
"
when:
event: [ pull_request, push ]
branch: [ main, develop, feat/*, feature/* ]
event: [ push ]
branch: [ main ]