Skip to content

Commit

Permalink
chore: 액션 테스트용 설정 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
hw0603 committed Jul 25, 2024
1 parent 013ce82 commit e4a3241
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/backend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
workflow_dispatch:
push:
branches: ['develop']
pull_request: # PR 액션 테스트용 임시 추가
branches: ['develop']

jobs:
detect-changes:
Expand Down Expand Up @@ -50,8 +48,8 @@ jobs:

steps:
- uses: actions/checkout@v4
# with:
# ref: develop
with:
ref: develop
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit e4a3241

Please sign in to comment.