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