Update vercel action files
Some checks failed
Some checks failed
This commit is contained in:
7
.github/workflows/vercel-preview.yaml
vendored
7
.github/workflows/vercel-preview.yaml
vendored
@@ -3,9 +3,12 @@ env:
|
||||
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
|
||||
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
|
||||
on:
|
||||
# Trigger the workflow on push or pull request,
|
||||
push:
|
||||
branches-ignore:
|
||||
- main
|
||||
branches: [main, stable]
|
||||
pull_request:
|
||||
# These types of PRs
|
||||
types: [opened, synchronize, reopened]
|
||||
jobs:
|
||||
Deploy-Preview:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
1
.github/workflows/vercel-production.yaml
vendored
1
.github/workflows/vercel-production.yaml
vendored
@@ -6,6 +6,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- stable
|
||||
jobs:
|
||||
Deploy-Production:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user