16 lines
273 B
YAML
16 lines
273 B
YAML
name: ▲ Deploy preview to Vercel
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- dev
|
|
pull_request:
|
|
types: [opened, synchronize, reopened]
|
|
|
|
jobs:
|
|
deploy:
|
|
uses: loreddev/.github/.github/workflows/vercel-deploy.yml@main
|
|
secrets: inherit
|
|
with:
|
|
production: false
|