From 8f3e23be5be2d7271388633d822e5bc925311eb5 Mon Sep 17 00:00:00 2001 From: psyeon1120 Date: Sun, 8 Oct 2023 15:53:37 +0900 Subject: [PATCH] =?UTF-8?q?[PDW-57]=20docs:=20build.yml=20=EB=B8=8C?= =?UTF-8?q?=EB=9E=9C=EC=B9=98=EB=AA=85=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0e3ddad..83c05aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,7 +2,7 @@ name: Build React App on: push: branches: - - master + - develop jobs: build: runs-on: ubuntu-latest @@ -28,7 +28,7 @@ jobs: run: | npm run build - name: Deploy to S3 - uses: jakejarvis/s3-sync-action@master + uses: jakejarvis/s3-sync-action@develop with: args: --acl public-read --delete env: