Skip to content

Commit

Permalink
build(github): update preview action trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Marshall <[email protected]>
  • Loading branch information
alexhq committed Aug 8, 2023
1 parent 8dc5344 commit 1c5f870
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/vercel-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ env:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review

jobs:
Deploy-Preview:
Expand Down

0 comments on commit 1c5f870

Please sign in to comment.