From 59ec12d012739923d2a07e097bbb5ca20d97215f Mon Sep 17 00:00:00 2001 From: Joseph Macaranas <145489236+amd-jmacaran@users.noreply.github.com> Date: Fri, 19 Jul 2024 09:15:24 -0400 Subject: [PATCH] External CI: Add triggers for mainline branch (#388) --- .azuredevops/rocm-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.azuredevops/rocm-ci.yml b/.azuredevops/rocm-ci.yml index d23082aece..522598c133 100644 --- a/.azuredevops/rocm-ci.yml +++ b/.azuredevops/rocm-ci.yml @@ -14,6 +14,7 @@ trigger: branches: include: - develop + - mainline paths: exclude: - .github @@ -28,6 +29,7 @@ pr: branches: include: - develop + - mainline paths: exclude: - .github