From e666ddf4c94551735416bfda4f552d93593bdd3c Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Tue, 21 Apr 2026 14:02:12 -0300 Subject: [PATCH] feat: update Vercel deployment workflow to trigger on main --- .github/workflows/deploy.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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: