Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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$/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment