Skip to content

Commit

Permalink
feat: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Nov 1, 2023
1 parent cb027b7 commit df3e669
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/update_prisma_schema.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit df3e669

Please sign in to comment.