From e7ee9d4b27baa76edd84c42651578016de9ee3e8 Mon Sep 17 00:00:00 2001 From: amd-jmacaran Date: Thu, 18 Jul 2024 01:35:10 -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 56168c3f1..829f11e36 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