From 2f42a3412d2627e9c0891e17d0a26945adce9779 Mon Sep 17 00:00:00 2001 From: jihyo Date: Sat, 24 Feb 2024 16:42:28 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 79fad2a..6354d13 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -1,14 +1,10 @@ -name: Java CI with Gradle +name: Java CD # 동작 조건 설정 : main 브랜치에 push 혹은 pull request가 발생할 경우 동작한다. on: push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] + branches: [ "main"] -permissions: - contents: read jobs: # Spring Boot 애플리케이션을 빌드하여 도커허브에 푸시하는 과정