diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d793980..3c6e1a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,8 +3,6 @@ name: CI Pipeline on: push: branches: [ develop ] - pull_request: - branches: [ develop ] jobs: ci: diff --git a/build.gradle b/build.gradle index 1e6679f..d88fee3 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,6 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'org.springframework.boot:spring-boot-starter-web' compileOnly 'org.projectlombok:lombok' - developmentOnly 'org.springframework.boot:spring-boot-devtools' developmentOnly 'org.springframework.boot:spring-boot-docker-compose' runtimeOnly 'org.mariadb.jdbc:mariadb-java-client'