feature/pipeline: add ci/cd pipeline #3

Merged
rov merged 2 commits from feature/pipeline into main 2025-10-28 22:01:45 -03:00
Showing only changes of commit afbaf8c8b0 - Show all commits

View File

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