Skip to content

Commit ed2bc73

Browse files
committed
ci/cd 진행
1 parent e72c558 commit ed2bc73

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/dev_deploy.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: RoomGenie Dev CI/CD
2+
3+
on:
4+
pull_request:
5+
types: [closed]
6+
workflow_dispatch: # (2).수동 실행도 가능하도록
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest # (3).OS환경
11+
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'dev'

0 commit comments

Comments
 (0)