diff --git a/Scenarios/settings.md b/Scenarios/settings.md
index 295c647f8..a048fcf18 100644
--- a/Scenarios/settings.md
+++ b/Scenarios/settings.md
@@ -43,7 +43,7 @@ When running a workflow or a local script, the settings are applied by reading s
| Name | Description | Default value |
| :-- | :-- | :-- |
| appSourceCopMandatoryAffixes | This setting is only used if the type is AppSource App. The value is an array of affixes, which is used for running AppSource Cop. | \[ \] |
-| deliverToAppSource | Structure with properties for AppSource delivery from AL-Go for GitHub. The structure can contain the following properties:
**productId** must be the product Id from partner Center.
**mainAppFolder** specifies the appFolder of the main app if you have multiple apps in the same project.
**continuousDelivery** can be set to true to enable continuous delivery of every successful build to AppSource Validation. Note that the app will only be in preview in AppSource and you will need to manually press GO LIVE in order for the app to be promoted to production.
**includeDependencies** can be set to an array of file names (incl. wildcards) which are the names of the dependencies to include in the AppSource submission. You need to set `generateDependencyArtifact` in the [project settings file](#where-are-the-settings-located) to true in order to include dependencies.
**Note:** You will need to define an AppSourceContext secret in order to publish to AppSource. | |
+| deliverToAppSource | Structure with properties for AppSource delivery from AL-Go for GitHub. The structure can contain the following properties:
**branches** = an array of branch patterns, which are allowed to deliver to AppSource. (Default main)
**productId** must be the product Id from partner Center.
**mainAppFolder** specifies the appFolder of the main app if you have multiple apps in the same project.
**continuousDelivery** can be set to true to enable continuous delivery of every successful build to AppSource Validation. Note that the app will only be in preview in AppSource and you will need to manually press GO LIVE in order for the app to be promoted to production.
**includeDependencies** can be set to an array of file names (incl. wildcards) which are the names of the dependencies to include in the AppSource submission. You need to set `generateDependencyArtifact` in the [project settings file](#where-are-the-settings-located) to true in order to include dependencies.
**Note:** You will need to define an AppSourceContext secret in order to publish to AppSource. | |
| obsoleteTagMinAllowedMajorMinor | This setting will enable AppSource cop rule AS0105, which causes objects that are pending obsoletion with an obsolete tag version lower than the minimum set in this property are not allowed. | |
## Basic Repository settings