Commit 0822400e authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

fix: use master or main for production env

parent d60e9af8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ variables:
  K8S_SCRIPTS_DIR: "."
  K8S_REVIEW_ENVIRONMENT_SCHEME: "https"
  # default production ref name (pattern)
  PROD_REF: '/^master$/'
  PROD_REF: '/^(master|main)$/'
  # default integration ref name (pattern)
  INTEG_REF: '/^develop$/'