Skip to content

Commit

Permalink
fix(deployment): use absolute path for prisma directory (#6125)
Browse files Browse the repository at this point in the history
Co-authored-by: Luis Junco <[email protected]>
  • Loading branch information
luisjunco and luisjunco authored Jun 25, 2024
1 parent 61c4e05 commit f1d3efa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ name: Deploy
on:
push:
paths:
- ./prisma/migrations/** # Only run this workflow when migrations are updated
- prisma/migrations/** # Only run this workflow when migrations are updated
branches:
- main

Expand Down

0 comments on commit f1d3efa

Please sign in to comment.