Skip to content

Commit

Permalink
chore: PR merge 전 워크플로우 테스트를 위한 트리거 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hw0603 committed Jul 24, 2024
1 parent 1ed8f53 commit e0754e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
workflow_dispatch:
push:
branches: ['develop']
pull_request: # PR 액션 테스트용 임시 추가
branches: ['develop']

jobs:
detect-changes:
Expand Down

0 comments on commit e0754e1

Please sign in to comment.