diff --git a/content/200-orm/200-prisma-client/500-deployment/550-deploy-database-changes-with-prisma-migrate.mdx b/content/200-orm/200-prisma-client/500-deployment/550-deploy-database-changes-with-prisma-migrate.mdx index fe736c8989..1a5faa315c 100644 --- a/content/200-orm/200-prisma-client/500-deployment/550-deploy-database-changes-with-prisma-migrate.mdx +++ b/content/200-orm/200-prisma-client/500-deployment/550-deploy-database-changes-with-prisma-migrate.mdx @@ -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