(chore) Updated workflow
Some checks failed
prisma-migrate / install (push) Failing after 38s
prisma-migrate / generate (push) Has been skipped
prisma-migrate / migrate (push) Has been skipped

Signed-off-by: Louis Hollingworth <louis@hollingworth.ch>
This commit is contained in:
Louis Hollingworth 2023-06-22 20:43:57 +01:00
parent a37a8a6935
commit 724b384a03
Signed by: lucxjo
GPG key ID: A11415CB3DC7809B

View file

@ -1,12 +1,8 @@
name: Prisma Migrate
name: prisma-migrate
on:
push:
branches: [main]
paths:
- "./prisma/**/*.*"
workflow_dispatch:
branches: [main]
jobs:
install: