Use GitHub® Actions Workflow Generator for MATLAB to create a starter workflow for a repository that contains MATLAB® code and Simulink® models. You can use the generated workflow as a foundation for defining your own custom workflow.
To generate a starter workflow for your repository, in the workflow generation interface:
- Enter your GitHub repository URL or username/repository.
- (Optional) Under Advanced Options, select one or more options to customize the workflow.
- Click Generate Workflow.
The workflow generator automatically displays the starter workflow in the workflow editor of your repository. Modify the generated workflow as needed, and commit your changes to save the workflow file in the .github/workflows
directory of your repository.
For more information about the available GitHub actions for MATLAB that you can use to define your workflow, see Use MATLAB with GitHub Actions.
If you have any questions or suggestions, contact MathWorks® at [email protected].