From ad772842c221f4474b3229839788a4f3d72a448d Mon Sep 17 00:00:00 2001 From: norhan ali Date: Wed, 25 Sep 2024 17:34:18 +0300 Subject: [PATCH] final changes --- .github/workflows/ci-cd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 6e7ae04..f5fc059 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -3,13 +3,13 @@ name: CI/CD Pipeline on: push: tags: - # - v* - - latest + - v* + # - latest jobs: build-backend: runs-on: ubuntu-latest - # if:startsWith(github.ref_name, 'v') + if: startsWith(github.ref_name, 'v') steps: @@ -49,7 +49,7 @@ jobs: build-frontend: runs-on: ubuntu-latest - # if:startsWith(github.ref_name, 'v') + if: startsWith(github.ref_name, 'v') steps: