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

Merge branch '4-main_or_master' into 'master'

fix: use master or main for production env

Closes #4

See merge request to-be-continuous/gitleaks!5
parents 64da21d3 af9620fb
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ variables: ...@@ -20,7 +20,7 @@ variables:
GITLEAKS_QUICK_DEPTH: "10" GITLEAKS_QUICK_DEPTH: "10"
GITLEAKS_QUICK_ARGS: "--verbose" GITLEAKS_QUICK_ARGS: "--verbose"
# 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