Skip to content

Commit

Permalink
fix: backend-cd.yml
Browse files Browse the repository at this point in the history
be/** 브랜치에 push되었을 때는 트리거되지 않고, 오직 develop 브랜치에 push되거나 pull request가 생성될 때만 GitHub Actions가 실행되도록 수정
  • Loading branch information
dlwldnjs1009 committed Mar 1, 2025
1 parent 7f6b9ed commit e69ef87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 배포
on:
push:
branches:
- 'be/**'
- develop
pull_request:
branches:
- main
Expand Down

0 comments on commit e69ef87

Please sign in to comment.