From ea8b4d5d451c59004efcc892fa213620bbe06262 Mon Sep 17 00:00:00 2001 From: "John L. Singleton" Date: Wed, 29 Mar 2023 10:15:34 -0400 Subject: [PATCH] Update dispatch-matrix-test-on-comment.yml --- .github/workflows/dispatch-matrix-test-on-comment.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dispatch-matrix-test-on-comment.yml b/.github/workflows/dispatch-matrix-test-on-comment.yml index 9f8e77edaa..33f80e4b40 100644 --- a/.github/workflows/dispatch-matrix-test-on-comment.yml +++ b/.github/workflows/dispatch-matrix-test-on-comment.yml @@ -3,6 +3,11 @@ name: 🤖 Run Matrix Check (On Comment) on: issue_comment: types: [created] + branches: + - main + - "rc/**" + - next + jobs: dispatch-matrix-check: @@ -40,4 +45,4 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, body: '🤖 Beep Boop! Matrix Testing for this PR has been initiated. Please check back later for results.

:bulb: If you do not hear back from me please check my status! **I will report even if this PR does not contain files eligible for matrix testing.**' - }) \ No newline at end of file + })