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 }}
|
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
# branches-ignore:
|
branches-ignore:
|
||||||
# - main
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
Deploy-Preview:
|
Deploy-Preview:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue