Skip to content

Commit 5408195

Browse files
authored
Merge pull request #226 from mosu-dev/develop
prod : 서버 배포
2 parents bf3089a + 1606ed6 commit 5408195

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Docker CI/CD
22

33
on:
44
pull_request:
5-
branches: [ develop ]
5+
branches: [ develop,prod ]
66
push:
7-
branches: [ develop ]
7+
branches: [ develop, prod ]
88
workflow_dispatch:
99

1010
jobs:

0 commit comments

Comments
 (0)