Skip to content

Commit cce0bb4

Browse files
committed
chore: 테스트 배포 브랜치 추가
1 parent a9aed71 commit cce0bb4

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ on:
44
push:
55
branches:
66
- main
7-
workflow_dispatch:
8-
inputs:
9-
deploy_branch:
10-
description: '수동 배포할 브랜치명'
11-
required: true
12-
default: 'main'
7+
- feature/kakao-api
138
jobs:
149
deploy:
1510
runs-on: ubuntu-latest
@@ -18,8 +13,6 @@ jobs:
1813
# 1) 코드 가져오기
1914
- name: Checkout
2015
uses: actions/checkout@v4
21-
with:
22-
ref: ${{ github.event.inputs.deploy_branch || 'main' }}
2316

2417
# 2) JDK 설정
2518
- name: Set up JDK 21

0 commit comments

Comments
 (0)