Skip to content

Commit

Permalink
deploy: trigger 브랜치 수정 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
LJH098 authored Nov 11, 2024
1 parent fbcf35d commit 0ff5780
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod-deploy-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: CI/CD Workflow for Develop
on:
# PR 작성 및 업데이트 시 CI 실행
pull_request:
branches: [ "deploy-#37" ]
branches: [ "develop" ]

# develop 브랜치로의 푸시 시 CD 실행
push:
branches: [ "deploy-#37" ]
branches: [ "develop" ]

jobs:
# 공통 설정 및 Gradle 빌드용 Setup job
Expand Down

0 comments on commit 0ff5780

Please sign in to comment.