Skip to content

Commit

Permalink
fix: 두번 deploy되는 오류- workflow 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Ojimin committed Jun 11, 2024
1 parent faae983 commit f40c95c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ name: Java CI with Gradle & Deploy to EC2
# develop 브랜치에 push가 되면 아래의 flow가 실행됨
on:
# Triggers the workflow on push or pull request events but only for the "develop" branch
push:
branches: [ "develop" ]
pull_request:
branches: [ "develop" ]

Expand Down

0 comments on commit f40c95c

Please sign in to comment.