Skip to content

Commit 07b543b

Browse files
authored
Merge pull request #277 from github/jsinglet-branches-for-comment-matrix-test
Update dispatch-matrix-test-on-comment.yml
2 parents 6628857 + ea8b4d5 commit 07b543b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/dispatch-matrix-test-on-comment.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: 🤖 Run Matrix Check (On Comment)
33
on:
44
issue_comment:
55
types: [created]
6+
branches:
7+
- main
8+
- "rc/**"
9+
- next
10+
611

712
jobs:
813
dispatch-matrix-check:
@@ -40,4 +45,4 @@ jobs:
4045
owner: context.repo.owner,
4146
repo: context.repo.repo,
4247
body: '🤖 Beep Boop! Matrix Testing for this PR has been initiated. Please check back later for results. <br><br> :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.**'
43-
})
48+
})

0 commit comments

Comments
 (0)