diff --git a/.azure-pipelines/integration-test-rocm.yml b/.azure-pipelines/integration-test-rocm.yml index c8271977..c61854bb 100644 --- a/.azure-pipelines/integration-test-rocm.yml +++ b/.azure-pipelines/integration-test-rocm.yml @@ -6,6 +6,7 @@ pr: branches: include: - main + - release/* drafts: false jobs: diff --git a/.azure-pipelines/integration-test.yml b/.azure-pipelines/integration-test.yml index 9f04a4f0..a758029b 100644 --- a/.azure-pipelines/integration-test.yml +++ b/.azure-pipelines/integration-test.yml @@ -6,6 +6,7 @@ pr: branches: include: - main + - release/* drafts: false jobs: diff --git a/.azure-pipelines/nccl-api-test.yaml b/.azure-pipelines/nccl-api-test.yaml index c1bde11c..45715a0e 100644 --- a/.azure-pipelines/nccl-api-test.yaml +++ b/.azure-pipelines/nccl-api-test.yaml @@ -1,5 +1,6 @@ trigger: - main +- release/* pr: branches: diff --git a/.azure-pipelines/ut.yml b/.azure-pipelines/ut.yml index 60b2bbb1..b093cd9e 100644 --- a/.azure-pipelines/ut.yml +++ b/.azure-pipelines/ut.yml @@ -1,5 +1,6 @@ trigger: - main +- release/* pr: branches: