Skip to content

Commit

Permalink
feat : deploy.yml 수정
Browse files Browse the repository at this point in the history
이 브랜치에서 테스트할 수 있도록 브랜치 추가
  • Loading branch information
jsilver01 committed Jul 30, 2024
1 parent 5a3f2e8 commit d9ae68b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Java CI/CD with Gradle

on:
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" , "3-be-cicd-구축"]
pull_request:
branches: [ "develop"]
types: [ closed ]

permissions:
Expand Down

0 comments on commit d9ae68b

Please sign in to comment.