[Dev] Add workflow-dispatch trigger to tests github workflow (#6152)

Add `workflow-dispatch` trigger to github workflow

Co-authored-by: damocleas <damocleas25@gmail.com>
This commit is contained in:
Bertie690 2025-07-28 14:43:36 -04:00 committed by GitHub
parent 903fad89d9
commit c92b895946
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,6 +11,7 @@ on:
- beta
merge_group:
types: [checks_requested]
workflow_dispatch:
jobs:
check-path-change-filter: