Skip to content

Commit

Permalink
💚 Ci: 빌드 스크립트 수정
Browse files Browse the repository at this point in the history
push도 트리거 조건으로 추가했습니다. hotfix를 위해
  • Loading branch information
swa07016 committed Oct 15, 2023
1 parent 1fdfec5 commit 406fc8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Breifing Dev CI/CD

on:
push:
branches:
- develop
pull_request:
types: [closed]
workflow_dispatch: # (2).수동 실행도 가능하도록
Expand Down

0 comments on commit 406fc8a

Please sign in to comment.