feat: update Vercel deployment workflow to trigger on main
All checks were successful
Build and Test / run-test (20.x) (push) Successful in 40s

This commit is contained in:
2026-04-21 14:02:12 -03:00
parent 46bcacaf9d
commit e666ddf4c9

View File

@@ -1,13 +1,16 @@
name: Vercel Preview Deployment name: Vercel Preview Deployment
env: env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }} VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
on: on:
push: push:
branches-ignore: branches:
- main - main
jobs: jobs:
Deploy-Preview: deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: