diff --git a/.github/workflows/pull-request-ci.yml b/.github/workflows/pull-request-ci.yml index 89932c2..073bb5a 100644 --- a/.github/workflows/pull-request-ci.yml +++ b/.github/workflows/pull-request-ci.yml @@ -2,7 +2,7 @@ name: CI for New Pull Requests on: - push: + pull_request: branches: - '*' diff --git a/package.json b/package.json index c4d475c..b83c927 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "license": "MIT", "scripts": { - "migration": "node node_modules/prisma migrate deploy --schema=./apps/like/prisma/schema.prisma", + "migration": "node node_modules/prisma migrate deploy --schema=./prisma/schema.prisma", "build": "nest build", "format": "prettier --write \"apps/**/*.ts\" \"libs/**/*.ts\"", "start": "nest start",