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
+ })