Skip to content

Commit 67c5b93

Browse files
committed
Loosen filter for test
1 parent d3c2984 commit 67c5b93

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

eng/ci/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ resources:
1010
pipelines:
1111
- pipeline: DurableTaskPythonBuildPipeline
1212
source: durabletask-python.official
13-
branch: main
13+
# NOTE: `branch:` is intentionally omitted during bring-up so the release
14+
# can pull the latest successful build from any branch. Once this is
15+
# merged to main and the official build has run there, restore
16+
# `branch: main` so only main builds are releasable.
1417

1518
extends:
1619
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates

0 commit comments

Comments
 (0)