Compare commits

..

No commits in common. "d6ee5d39a212599bacc06cef2608d4c9cc606cb6" and "9659f735e2d205416aaa73ee8f0085d544dc774a" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -16,7 +16,7 @@ spring:
default-schema: mangamochi
servlet:
multipart:
max-file-size: 2GB
max-file-size: 800MB
max-request-size: 4GB
cloud:
openfeign: