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

Merge branch '10-main_or_master' into 'master'

fix: use master or main for production env

Closes #10

See merge request to-be-continuous/python!8
parents 3d80c6cc 77af297d
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ variables:
TEST_REQUIREMENTS_FILE: test-requirements.txt
SETUP_PY_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