Loading templates/gitlab-ci-cypress.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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$/' Loading Loading
templates/gitlab-ci-cypress.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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$/' Loading