Skip to content

Commit

Permalink
[PDW-57] docs: build.yml 브랜치명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
psyeon1120 committed Oct 8, 2023
1 parent 2351c51 commit 8f3e23b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build React App
on:
push:
branches:
- master
- develop
jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -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:
Expand Down

0 comments on commit 8f3e23b

Please sign in to comment.