Skip to content

Commit

Permalink
[YAF-45] develop 브랜치 푸시 시 GitHub Actions 트리거되도록 설정 (#2)
Browse files Browse the repository at this point in the history
chore: modify github actions workflow to trigger events when pushed to develop branch 
YAF-45
  • Loading branch information
yesjjin99 authored Jan 9, 2025
1 parent 7e7e14b commit e021cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Dev Deployment

on:
push:
branches: [ feature/deploy ]
branches: [ develop ]
paths:
- "src/**"

Expand Down

0 comments on commit e021cb3

Please sign in to comment.