Skip to content

Commit

Permalink
ready for code review
Browse files Browse the repository at this point in the history
  • Loading branch information
elayrocks committed May 7, 2024
1 parent 4c353f0 commit 148e87e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: CI/CD

on:
push:
# branches: [main]
branches: [user/elay/remove-client-secret]
branches: [main]
tags: ["*"]

env:
Expand Down Expand Up @@ -48,7 +47,7 @@ jobs:
uses: azure/setup-helm@v3
with:
version: v3.8.2
# if: ${{ github.base_ref == 'main' }}
if: ${{ github.base_ref == 'main' }}

- name: Setup cluster
run: ./scripts/cluster setup
Expand Down Expand Up @@ -91,7 +90,7 @@ jobs:

deploy:
runs-on: ubuntu-latest
# if: ${{ github.ref == 'refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/main' }}
needs:
- build_and_publish
steps:
Expand Down

0 comments on commit 148e87e

Please sign in to comment.