From 346fee4c837361bd271b3ac88e013b07b8976775 Mon Sep 17 00:00:00 2001 From: amd-jmacaran Date: Wed, 17 Jul 2024 23:16:49 -0400 Subject: [PATCH] External CI: Add triggers for mainline branch --- .azuredevops/rocm-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azuredevops/rocm-ci.yml b/.azuredevops/rocm-ci.yml index c8259e80a9..e87ae14ef0 100644 --- a/.azuredevops/rocm-ci.yml +++ b/.azuredevops/rocm-ci.yml @@ -14,6 +14,7 @@ trigger: branches: include: - develop + - mainline paths: exclude: - .github @@ -29,6 +30,7 @@ pr: branches: include: - develop + - mainline paths: exclude: - .github