Skip to content

Commit 53a561f

Browse files
committed
#45 fix: 프론트엔드, 백엔드 CI 성공 조건 삭제
1 parent 9aba3fe commit 53a561f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,15 @@
11
name: Deploy with Docker Compose
22

33
on:
4-
workflow_run:
5-
workflows: [ "Frontend CI", "Backend CI" ]
6-
types:
7-
- completed
8-
workflow_dispatch:
94
push:
105
branches:
116
- main
127
- develop
138
- feature/**
9+
workflow_dispatch:
1410

1511
jobs:
1612
deploy:
17-
if: ${{ github.event.workflow_run.conclusion == 'success' }}
18-
1913
runs-on: ubuntu-latest
2014

2115
steps:

0 commit comments

Comments
 (0)