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
Some checks are pending
ci/woodpecker/push/pipeline Pipeline is running
This commit is contained in:
commit
eb3ac6b4f7
@ -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 ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user