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

fix: use master or main for production env

parent edc000c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ variables:
  PUPPETEER_IMAGE: "buildkite/puppeteer:latest"
  PUPPETEER_PROJECT_DIR: "."
  # default production ref name (pattern)
  PROD_REF: '/^master$/'
  PROD_REF: '/^(master|main)$/'
  # default integration ref name (pattern)
  INTEG_REF: '/^develop$/'