Commit 08619b3d authored by Pierre SMEYERS's avatar Pierre SMEYERS
Browse files

Merge branch '3-main_or_master' into 'master'

fix: use master or main for production env

Closes #3

See merge request to-be-continuous/cypress!3
parents 6d394a2d 89b94f07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ variables:
  CYPRESS_IMAGE: "cypress/included:4.6.0"
  CYPRESS_PROJECT_DIR: "."
  # default production ref name (pattern)
  PROD_REF: '/^master$/'
  PROD_REF: '/^(master|main)$/'
  # default integration ref name (pattern)
  INTEG_REF: '/^develop$/'