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: