The target branch regex is used to allow execution of this job for certain branches. The regex will be not used when this field is left empty.

Examples:

#  Allow execution for release and hotfix branches
(.*release.*|.*hotfix.*)
# Allow execution for dev branches only
.*dev.*