feat: update Vercel deployment workflow to trigger on main #5

Merged
HideyoshiNakazone merged 1 commits from feature/adds-deploy-workflow into main 2026-04-21 17:04:30 +00:00
Showing only changes of commit e666ddf4c9 - Show all commits

View File

@@ -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: