From ee67a39f3ea3bbea01bf393131565869e2932d5a Mon Sep 17 00:00:00 2001 From: amd-jmacaran Date: Thu, 18 Jul 2024 01:32:27 -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 096c97c3..0e26f7df 100644 --- a/.azuredevops/rocm-ci.yml +++ b/.azuredevops/rocm-ci.yml @@ -14,6 +14,7 @@ trigger: branches: include: - develop + - mainline paths: exclude: - .github @@ -26,6 +27,7 @@ pr: branches: include: - develop + - mainline paths: exclude: - .github