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
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ variables: ...@@ -41,7 +41,7 @@ variables:
PUBLISH_ON_PROD: "true" PUBLISH_ON_PROD: "true"
# default production ref name (pattern) # default production ref name (pattern)
PROD_REF: '/^master$/' PROD_REF: '/^(master|main)$/'
# default integration ref name (pattern) # default integration ref name (pattern)
INTEG_REF: '/^develop$/' INTEG_REF: '/^develop$/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment