From df3e6690f0e7f5a8d75769fb99664000ecd28ef2 Mon Sep 17 00:00:00 2001 From: nael Date: Wed, 1 Nov 2023 19:41:12 +0100 Subject: [PATCH] feat: fix --- .github/workflows/update_prisma_schema.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update_prisma_schema.yml b/.github/workflows/update_prisma_schema.yml index 26de76b21..1129f5f7f 100644 --- a/.github/workflows/update_prisma_schema.yml +++ b/.github/workflows/update_prisma_schema.yml @@ -1,9 +1,12 @@ name: Update Prisma Schema on: - schedule: - # Runs every 30 minutes - - cron: "*/2 * * * *" + push: + branches: + - main + #schedule: + # Runs every 30 minutes + #- cron: "*/2 * * * *" jobs: update-schema: