From a543f87173f65b07a7f98a4740cb5fb800c696fb Mon Sep 17 00:00:00 2001 From: amd-jmacaran Date: Thu, 18 Jul 2024 00:22:50 -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 bd6fc777..7c9ef059 100644 --- a/.azuredevops/rocm-ci.yml +++ b/.azuredevops/rocm-ci.yml @@ -14,6 +14,7 @@ trigger: branches: include: - develop + - mainline paths: exclude: - .github @@ -27,6 +28,7 @@ pr: branches: include: - develop + - mainline paths: exclude: - .github