Ignore main branch for preview deployments
Vercel Production Deployment / Deploy-Production (push) Successful in 6s
Details
Vercel Production Deployment / Deploy-Production (push) Successful in 6s
Details
This commit is contained in:
parent
0240607dc5
commit
490823d912
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue