Skip to content

Commit

Permalink
updated the branch in if expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
shashi2504 authored Jan 7, 2025
1 parent 1e51984 commit fe32a0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/solar-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
continue-on-error: true

prod-deploy:
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
name: Deploying Application to the Production Env
needs: docker
environment:
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:
echo "APP_INGRESS_HOST=$(kubectl get ingress -n ${{ vars.NAMESPACE }} -o jsonpath="{.items[0].spec.tls[0].hosts[0]}")" >> "$GITHUB_OUTPUT"
production-integration-testing:
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/master'
name: Production Integration testing
needs: prod-deploy
runs-on: ubuntu-latest
Expand Down

0 comments on commit fe32a0a

Please sign in to comment.