Skip to content
Snippets Groups Projects
Commit 1cd43125 authored by Pierre SMEYERS's avatar Pierre SMEYERS
Browse files

Merge branch '13-main_or_master' into 'master'

fix: use master or main for production env

Closes #13

See merge request to-be-continuous/docker!10
parents ba6d0e6f 5596daf3
Branches
Tags
No related merge requests found
......@@ -41,7 +41,7 @@ variables:
PUBLISH_ON_PROD: "true"
# 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.
Please register or to comment