From efb1785fb74068901e49a0d54fa9518631f9979b Mon Sep 17 00:00:00 2001 From: habin Date: Sat, 1 Jun 2024 17:04:36 +0900 Subject: [PATCH] test cicd --- .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 58109aa..62663fc 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -2,7 +2,7 @@ name: CI/CD on: push: - branches: [ develop ] + branches: [ develop, test/cicd ] env: S3_BUCKET_NAME: tuenfun-dev-deploy