Skip to content

Commit 80f6043

Browse files
authored
Merge pull request #39 from AET-DevOps25/deploy-each-main-push
Update main pipeline
2 parents 3707706 + c769b08 commit 80f6043

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,7 @@ jobs:
221221
helm-deploy:
222222
needs: [detect-changes, docker-release-genai, docker-release-server, docker-release-client]
223223
if: |
224-
github.ref == 'refs/heads/main' && (
225-
needs.detect-changes.outputs.genai == 'true' ||
226-
needs.detect-changes.outputs.server == 'true' ||
227-
needs.detect-changes.outputs.client == 'true'
228-
)
224+
github.ref == 'refs/heads/main'
229225
runs-on: ubuntu-latest
230226
steps:
231227
- name: Checkout code

0 commit comments

Comments
 (0)