Skip to content

Commit

Permalink
chore:CICD main 브랜치 병합 시 동작하도록 변경
Browse files Browse the repository at this point in the history
개발단계에서 자주 배포될 필요가 없다고 판단하여 메인에 병합 시 배포되도록 수정함
- 운영/개발을 나눠서 할 필요가 없을 것 같음

close #41
  • Loading branch information
ppark2ya committed Feb 8, 2022
1 parent 9235ee4 commit 29e6adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: WritingHub Web Dev

on:
push:
branches-ignore:
branches:
- main

env:
Expand Down

0 comments on commit 29e6adf

Please sign in to comment.