Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#3639 from MicrosoftDocs/users/sdanie…
Browse files Browse the repository at this point in the history
…/1858910

Wildcards for continuous deployment triggers
  • Loading branch information
PRMerger15 authored Aug 31, 2021
2 parents 4e7d643 + 40861c7 commit 5472d85
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/pipelines/release/triggers.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ms.topic: tutorial
ms.author: ronai
author: RoopeshNair
ms.custom: seodec18, contperf-fy21q1
ms.date: 09/25/2020
ms.date: 08/31/2021
monikerRange: '>= tfs-2015'
---

Expand Down Expand Up @@ -36,6 +36,8 @@ Continuous deployment triggers allow you to create a release every time a new bu
Build branch filters allow you to trigger a release only for a build that is from one of the branches selected here.

A release will be triggered only if the Git push contains a commit on the specified branch. For example, selecting `main` will trigger a release for a Git push which contains one or more commits to the main branch. To trigger a release for any commit to branches under `features/`, enter `features/*`. To trigger a release for commits to all branches, enter `*`. Note that all specified filters will be OR'ed. For example, an artifact matching at least one filter condition would be sufficient to trigger a release.

You also have the option to specify branch tags. If you do so, a release will be triggered only if a new build tagged with the keywords specified here, is available.

> [!NOTE]
Expand Down

0 comments on commit 5472d85

Please sign in to comment.