From 362d83c562443a18ffe74f70089c697b87a60d20 Mon Sep 17 00:00:00 2001 From: hawardShin Date: Tue, 5 Nov 2024 22:40:01 +0900 Subject: [PATCH] Feat: CI/CD --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 80e1036..de501b2 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -10,7 +10,7 @@ permissions: contents: read on: push: - branches: [ master ] + branches: [ master,SCRUM-27--Feature/aws-deploy ] jobs: build: runs-on: ubuntu-latest # 3 실행 환경 지정