From 3e7801b1a8eb89f975c5e26c088e812e58601242 Mon Sep 17 00:00:00 2001 From: Binyang Li Date: Fri, 20 Dec 2024 16:27:52 -0800 Subject: [PATCH] Fix CI trigger issue (#428) --- .azure-pipelines/integration-test-rocm.yml | 1 + .azure-pipelines/integration-test.yml | 1 + .azure-pipelines/nccl-api-test.yaml | 1 + .azure-pipelines/ut.yml | 1 + 4 files changed, 4 insertions(+) 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: