Skip to content

Commit 63dab0d

Browse files
authored
Update triggers to only target release/9.0.1xx (#48958)
1 parent e713018 commit 63dab0d

File tree

1 file changed

+2
-3
lines changed
  • src/SourceBuild/content/eng/pipelines

1 file changed

+2
-3
lines changed

src/SourceBuild/content/eng/pipelines/sb-ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ trigger:
88
batch: true
99
branches:
1010
include:
11-
- main
12-
- release/*
13-
- internal/release/*
11+
- release/9.0.1xx
12+
- internal/release/9.0.1xx
1413

1514
variables:
1615
# enable source-only build for pipelines that contain the -source-build string

0 commit comments

Comments
 (0)