Skip to content

Commit

Permalink
Merge pull request #35 from Mohmn/main
Browse files Browse the repository at this point in the history
fix: run test on pr creation skip-ci
  • Loading branch information
Mohmn authored Jul 29, 2024
2 parents d5c478b + 5fbfaea commit 097e56d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: CI for New Pull Requests

on:
push:
pull_request:
branches:
- '*'

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 097e56d

Please sign in to comment.