Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xloyeon authored Dec 5, 2023
1 parent a1a5f65 commit 56bc7cd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ name: Java CI with Gradle & Deploy to EC2
# master 브랜치에 push. pr 되었을 때 실행
on:
push:
branches: [ "master" ]
branches:
- master
pull_request:
types :
- closed
branches: [ "master" ]
branches:
- master

env:
AWS_REGION: ap-northeast-2
Expand Down

0 comments on commit 56bc7cd

Please sign in to comment.