diff --git a/templates/gitlab-ci-helm.yml b/templates/gitlab-ci-helm.yml index 4fde5d299beb7a3b24c1b5ac958c8f3f14de21be..aded8f8cfb48a88a8221807319b65b69eb6fe567 100644 --- a/templates/gitlab-ci-helm.yml +++ b/templates/gitlab-ci-helm.yml @@ -76,7 +76,7 @@ variables: HELM_REVIEW_ENVIRONMENT_SCHEME: "https" # default production ref name (pattern) - PROD_REF: '/^master$/' + PROD_REF: '/^(master|main)$/' # default integration ref name (pattern) INTEG_REF: '/^develop$/'