Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xloyeon authored Aug 19, 2023
1 parent c7ab2d3 commit 482a9ed
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ name: Java CI with Gradle & Deploy to EC2
on:
# Triggers the workflow on push or pull request events but only for the "master" branch
push:
branches: [ "master" ]
branches:
- master
pull_request:
types: closed
branches: [ "master" ]
types:
- closed
branches:
- master

env:
AWS_REGION: ap-northeast-2
Expand Down

0 comments on commit 482a9ed

Please sign in to comment.