Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test branch #418

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
added workflow
  • Loading branch information
DiptanshuMahakud committed Jan 13, 2025
commit 46b593daf596e11610b34abe7923f3494c0b05e6
11 changes: 3 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
name: Build on PR

on:
pull_request:
branches:
- master
branches: -master

jobs:
build:
@@ -13,13 +11,10 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '20'

node-version: "20"
- name: Install Dependencies
run: npm install

- name: Generate prisma client
- name: Generate Prisma client
run: npm run db:generate

- name: Run Build
run: npm run build
42 changes: 0 additions & 42 deletions .github/workflows/deploy.yml

This file was deleted.