Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ trigger:
branches:
include:
# GitHub main and release branches.
- main
#
# GOTCHA: Currently disabled on main due to limited resources.
Comment thread
paulmedynski marked this conversation as resolved.
#- main
- release/*

# ADO main and release branches.
Expand Down
8 changes: 5 additions & 3 deletions eng/pipelines/sqlclient-pr-package-ref-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ pr:
branches:
include:
# GitHub repo branch targets that will trigger PR validation builds.
- dev/*
- feat/*
- main
#
# GOTCHA: Currently disabled on all but release/* due to limited resources.
Comment thread
paulmedynski marked this conversation as resolved.
#- dev/*
#- feat/*
#- main
- release/*

paths:
Expand Down
Loading