Commit 0f43e16d authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

fix: use master or main for production env

parent 95bb8d8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ variables:
  GCP_REVIEW_ENVIRONMENT_SCHEME: "https"

  # default production ref name (pattern)
  PROD_REF: '/^master$/'
  PROD_REF: '/^(master|main)$/'
  # default integration ref name (pattern)
  INTEG_REF: '/^develop$/'