Skip to content

Commit

Permalink
feat(deploy): cloudfront deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Dung Le authored and Dung Le committed May 27, 2022
1 parent 5a7aed9 commit 4858394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build DEV

on:
push:
branches: [main-deployment]
branches: [main]

jobs:
deploy-cloudfront:
Expand All @@ -21,7 +21,7 @@ jobs:
${{ runner.os }}-
- name: Install dependencies
run: yarn --cache-folder ~/.yarn --frozen-lockfile --check-files
run: yarn --cache-folder ~/.yarn --frozen-lockfile --check-files

- name: Build source
run: yarn build
Expand Down

0 comments on commit 4858394

Please sign in to comment.