Skip to content
This repository was archived by the owner on Feb 3, 2025. It is now read-only.

Commit 11acd38

Browse files
committed
Fix preview CI
1 parent fd2f7e1 commit 11acd38

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/preview.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: GitHub Actions Vercel Preview Deployment
22
env:
33
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
44
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
5+
56
on:
6-
push:
7-
branches-ignore:
8-
- master
7+
pull_request:
8+
99
jobs:
1010
Deploy-Preview:
1111
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)