Skip to content

Commit

Permalink
final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
norali12 committed Sep 25, 2024
1 parent 308d628 commit ad77284
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:

build-frontend:
runs-on: ubuntu-latest
# if:startsWith(github.ref_name, 'v')
if: startsWith(github.ref_name, 'v')


steps:
Expand Down

0 comments on commit ad77284

Please sign in to comment.