Skip to content

Commit c5ef34a

Browse files
committed
doesn't need to be on any particular merge branch
1 parent 3b9a6c5 commit c5ef34a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

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

117
jobs:
128
dispatch-matrix-check:
@@ -26,7 +22,7 @@ jobs:
2622
throw "Refusing to run workflow for user not in acl."
2723
}
2824
29-
25+
3026
- name: Dispatch Matrix Testing Job
3127
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/test-matrix') }}
3228
uses: peter-evans/repository-dispatch@v2

0 commit comments

Comments
 (0)