From 482a9ed8a59f65ff5cd16e19b7b30865ef612abe Mon Sep 17 00:00:00 2001 From: SeungYeon Ahn <88308933+xloyeon@users.noreply.github.com> Date: Sat, 19 Aug 2023 14:52:07 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39b7733..c826616 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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