Added vercel to actions. #6

Merged
werewolfkid merged 6 commits from vercel into main 2025-09-03 13:17:33 -04:00
3 changed files with 46 additions and 1 deletions
Showing only changes of commit 85f54b0105 - Show all commits

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