Commit 5fdc76e9 authored by Cédric OLIVIER's avatar Cédric OLIVIER
Browse files

fix: use master or main for production env

parent e9bffbb1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ variables:
  S3_WEBSITE_ARGS: "ws-create --ws-index=index.html"

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