Skip to content

Commit

Permalink
Merge pull request #373 from mojaloop/cd-trigger
Browse files Browse the repository at this point in the history
feat: allow triggering for continuous deployment
  • Loading branch information
kalinkrustev authored Oct 15, 2024
2 parents f1d8f31 + b760f6e commit 859383e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/gitlab/ci-templates/k8s-cluster/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,4 +254,5 @@ refresh-deploy-infra:
when: always
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_COMMIT_TITLE =~ /^deploy.*/
- if: $CI_PIPELINE_TRIGGERED
- when: manual

0 comments on commit 859383e

Please sign in to comment.