Ignore main branch for preview deployments
Vercel Production Deployment / Deploy-Production (push) Successful in 6s Details

This commit is contained in:
Angad Behl 2024-06-28 18:34:16 +00:00 committed by GitHub
parent 0240607dc5
commit 490823d912
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ env:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
on:
push:
# branches-ignore:
# - main
branches-ignore:
- main
jobs:
Deploy-Preview:
runs-on: ubuntu-latest