Optimize GitHub actions

This commit is contained in:
Juan Calderon-Perez
2025-04-06 18:15:56 -04:00
committed by GitHub
parent 6323b9f4f0
commit 624c5250b1
2 changed files with 21 additions and 3 deletions

View File

@@ -5,10 +5,18 @@ on:
branches:
- main
- dev
paths-ignore:
- 'backend/**'
- 'pyproject.toml'
- 'uv.lock'
pull_request:
branches:
- main
- dev
paths-ignore:
- 'backend/**'
- 'pyproject.toml'
- 'uv.lock'
jobs:
build:
@@ -21,7 +29,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22' # Or specify any other version you want to use
node-version: '22'
- name: Install Dependencies
run: npm install