Skip to content

Commit

Permalink
adjust vercel action
Browse files Browse the repository at this point in the history
  • Loading branch information
bucko13 committed Feb 26, 2024
1 parent ccc702f commit 6d6697d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/vercel.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: Deploy Vercel

on: [ push, pull_request_target ]
on: [ push, pull_request ]

jobs:
vercel:
name: Deploy Vercel
runs-on: ubuntu-latest
env:
GITHUB_PAGES: true
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name

steps:
- name: Checkout Repo
Expand Down

1 comment on commit 6d6697d

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented on 6d6697d Feb 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for caravan-coordinator ready!

✅ Preview
https://caravan-coordinator-bzbf1tyue-unchained.vercel.app

Built with commit 6d6697d.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.