Skip to content

Commit d8ff930

Browse files
committed
Enabling new PR pipelines for all desired branches.
1 parent d90724b commit d8ff930

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

eng/pipelines/sqlclient-pr-package-ref-pipeline.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ pr:
2929
branches:
3030
include:
3131
# GitHub repo branch targets that will trigger PR validation builds.
32-
# TODO: Temporarily restricting to my ci-debug branches only.
33-
- dev/paul/ci-debug*
34-
# - dev/*
35-
# - feat/*
36-
# - main
32+
- dev/*
33+
- feat/*
34+
- main
3735

3836
paths:
3937
include:

eng/pipelines/sqlclient-pr-project-ref-pipeline.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ pr:
2929
branches:
3030
include:
3131
# GitHub repo branch targets that will trigger PR validation builds.
32-
# TODO: Temporarily restricting to my ci-debug branches only.
33-
- dev/paul/ci-debug*
34-
# - dev/*
35-
# - feat/*
36-
# - main
32+
- dev/*
33+
- feat/*
34+
- main
3735

3836
paths:
3937
include:

0 commit comments

Comments
 (0)