From 56bc7cd5cf39723e560f400e432a0f957e36c9c1 Mon Sep 17 00:00:00 2001 From: SeungYeon Ahn <88308933+xloyeon@users.noreply.github.com> Date: Tue, 5 Dec 2023 15:33:22 +0900 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9a441f..4fd11dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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