Skip to content

Commit

Permalink
fix: vercel single deploy (EddieHubCommunity#7363)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiejaoude authored Jun 4, 2023
1 parent 7b2ff32 commit 1b91d58
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/vercel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@ on:
release:
types: [published]
push:
# this will deploy data files only when no release is created
branches:
- main # this will deploy data files
- main
paths:
- "data/**"

jobs:
deploy:
if: github.repository == 'EddieHubCommunity/LinkFree'
Expand Down

0 comments on commit 1b91d58

Please sign in to comment.