diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8a413b0..44c23b4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,13 +1,16 @@ name: Vercel Preview Deployment + env: VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} + on: push: - branches-ignore: + branches: - main + jobs: - Deploy-Preview: + deploy: runs-on: ubuntu-latest steps: