Add release branch push triggers to rocm-mi300.yml (#149517)

When we added the rocm-mi300.yml earlier this year, we had lower capacity and we were just pipecleaning the workflow, so we set the trigger to only respond to pushes to main branch. But now we have more stability as well as capacity, and we would really like to ensure that the release branch is being tested on MI300s as well.

Pull Request resolved: https://github.com/pytorch/pytorch/pull/149517
Approved by: https://github.com/atalman
This commit is contained in:
Jithun Nair 2025-03-19 16:14:09 +00:00 committed by PyTorch MergeBot
parent e98afa0f89
commit 518563d6ef

View File

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- main - main
- release/*
tags: tags:
- ciflow/rocm-mi300/* - ciflow/rocm-mi300/*
workflow_dispatch: workflow_dispatch: