diff --git a/.azuredevops/rocm-ci.yml b/.azuredevops/rocm-ci.yml index 8fd154c367..43d8301516 100644 --- a/.azuredevops/rocm-ci.yml +++ b/.azuredevops/rocm-ci.yml @@ -13,20 +13,26 @@ trigger: batch: true branches: include: - - master + - amd-staging + - amd-master paths: exclude: + - .github + - LICENSE.txt - '*.md' pr: autoCancel: true branches: include: - - master + - amd-staging + - amd-master paths: exclude: + - .github + - LICENSE.txt - '*.md' drafts: false jobs: - - template: ${{ variables.CI_COMPONENT_PATH }}/ROCT-Thunk-Interface.yml@pipelines_repo + - template: ${{ variables.CI_COMPONENT_PATH }}/ROCR-Runtime.yml@pipelines_repo