Skip to content

Commit 88f8592

Browse files
committed
Use "main" in pipeline examples, not "Main".
1 parent 987bd0b commit 88f8592

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

content/en/docs/deployment/mendix-cloud-deploy/pipelines.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -197,17 +197,17 @@ If you want the pipeline to run when there is a push to one specific branch, you
197197

198198
Here are some examples of valid branch expressions:
199199

200-
* `Main` – The branch named "Main"
200+
* `main` – The branch named "main"
201201
* `*` – All branches
202-
* `Main*` – All branches that start with "Main"
203-
* `*Main` – All branches that end with "Main"
202+
* `main*` – All branches that start with "main"
203+
* `*main` – All branches that end with "main"
204204

205205
Keep the following in mind:
206206

207207
* Branch expressions are case sensitive.
208208
* White spaces are allowed.
209-
* Do not use multiple asterisks in the branch expression. For example, `**Main` is an invalid expression.
210-
* Do not use the asterisk between two words. For example, `Main*Main` is an invalid expression.
209+
* Do not use multiple asterisks in the branch expression. For example, `**main` is an invalid expression.
210+
* Do not use the asterisk between two words. For example, `main*main` is an invalid expression.
211211

212212
#### Pipeline Variables and Dependent Steps
213213

0 commit comments

Comments
 (0)