From 3cb63020f31dfd1669c7dc679a6fd54ba2f5a389 Mon Sep 17 00:00:00 2001 From: anaspacheco Date: Wed, 6 Dec 2023 19:10:41 -0500 Subject: [PATCH] trying --- .github/workflows/ci-cd.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index a8ec44e..f5754e2 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -2,9 +2,9 @@ name: Node.js CI on: push: - branches: [ anasofia ] + branches: [ anasofia2 ] pull_request: - branches: [ anasofia ] + branches: [ anasofia2 ] jobs: build-and-test: @@ -36,13 +36,4 @@ jobs: run: | cd back-end npm test - - - name: Build Frontend - run: | - cd front-end - npm run build - - - name: Build Backend - run: | - cd back-end - npm run build \ No newline at end of file + \ No newline at end of file