Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor CI workflow for MATLAB build
The commit refactors the CI workflow to focus on building MATLAB code. It renames the workflow from "ci" to "MATLAB Build". The workflow is triggered only on push or pull request events for the main branch. Additionally, it adds a manual trigger option in the Actions tab. Significant changes include: - Renaming the workflow - Restricting triggers to main branch - Adding a manual trigger option - Setting up MATLAB on GitHub Actions runner - Running tests using sorotoki command
- Loading branch information