Skip to content

Commit

Permalink
Update pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-carvalho authored Jan 30, 2025
1 parent 05a7208 commit bc994b3
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
name: PR Build Check
name: Build

on:
pull_request:
branches: [ master ]

jobs:
build:
uses: ./.github/workflows/build.yml
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v3

- name: Install Dependencies
run: yarn install

- name: Build Project
run: yarn build

0 comments on commit bc994b3

Please sign in to comment.