Update vercel action files
Some checks failed
Node.js CI / build (18.x) (pull_request) Successful in 1m6s
Node.js CI / build (20.x) (pull_request) Successful in 1m3s
Node.js CI / build (22.x) (pull_request) Successful in 1m2s
Vercel Preview Deployment / Deploy-Preview (pull_request) Has been cancelled

This commit is contained in:
2025-09-03 13:00:06 -04:00
parent b070f45eba
commit 85f54b0105
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -6,6 +6,7 @@ on:
push:
branches:
- main
- stable
jobs:
Deploy-Production:
runs-on: ubuntu-latest