Skip to content

Commit

Permalink
Merge pull request #35 from FinalDoubleTen/FE-16--feat/Tours/TourList
Browse files Browse the repository at this point in the history
배포 프리뷰 테스트
  • Loading branch information
LeHiHo authored Jan 3, 2024
2 parents 56183bb + 8f3339e commit 09fa3ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
branches:
- dev
pull_request:
branches-ignore:
- main
types:
- opened
jobs:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
on:
push:
pull_request:
branches:
- main
jobs:
Expand All @@ -13,6 +13,8 @@ jobs:
- uses: actions/checkout@v2
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Install pnpm
run: npm install -g pnpm
- name: Pull Vercel Environment Information
run: vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
Expand Down

0 comments on commit 09fa3ab

Please sign in to comment.