Update .github/workflows/vercel-preview.yaml
All checks were successful
All checks were successful
Remove push on main from triggering the preview build.
This commit is contained in:
4
.github/workflows/vercel-preview.yaml
vendored
4
.github/workflows/vercel-preview.yaml
vendored
@@ -4,8 +4,8 @@ env:
|
||||
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
|
||||
on:
|
||||
# Trigger the workflow on push or pull request,
|
||||
push:
|
||||
branches: [main, stable]
|
||||
# push:
|
||||
# branches: [main, stable]
|
||||
pull_request:
|
||||
# These types of PRs
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
Reference in New Issue
Block a user