Skip to content

Commit

Permalink
Merge pull request #3 from Kusitms-29th-Kobaco-A/core_code
Browse files Browse the repository at this point in the history
수정
  • Loading branch information
jihyo-j authored Feb 24, 2024
2 parents fa5ad2b + 2f42a34 commit 2158035
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -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 애플리케이션을 빌드하여 도커허브에 푸시하는 과정
Expand Down

0 comments on commit 2158035

Please sign in to comment.