Compare commits

...

2 Commits

Author SHA1 Message Date
rov
eb3ac6b4f7 Merge pull request 'fix: update pipeline triggers for pull request and push events' (#6) from fix/adjust-request-file-size into main
Some checks are pending
ci/woodpecker/push/pipeline Pipeline is running
2025-10-29 19:08:35 -03:00
a4a9d53484 fix: update pipeline triggers for pull request and push events
All checks were successful
ci/woodpecker/push/pipeline Pipeline was successful
ci/woodpecker/pr/pipeline Pipeline was successful
2025-10-29 19:01:41 -03:00

View File

@ -12,8 +12,10 @@ steps:
- echo "🧪 Building and testing Spring Boot app..."
- mvn -B clean verify
when:
event: [ pull_request ]
branch: [ main, develop, feat/*, feature/* ]
- event: pull_request
branch: [main, develop]
- event: push
branch: [ main, develop ]
- name: publish-image
depends_on: [ test ]