From bde96d7b4a9b30898b3b20c511f7d90176c353b8 Mon Sep 17 00:00:00 2001 From: amd-jmacaran Date: Thu, 18 Jul 2024 00:27:48 -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 4ce8a0f0..70a80632 100644 --- a/.azuredevops/rocm-ci.yml +++ b/.azuredevops/rocm-ci.yml @@ -14,6 +14,7 @@ trigger: branches: include: - develop + - mainline paths: exclude: - .githooks @@ -29,6 +30,7 @@ pr: branches: include: - develop + - mainline paths: exclude: - .githooks