Skip to content

Add commented out run-build and run-command step to generated workflow #16

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jun 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Use [GitHub® Actions Workflow Generator for MATLAB](https://matlab-actions.g

To generate a starter workflow for your repository, in the workflow generation interface:

1. Enter your GitHub repository URL or username/repository.
2. (Optional) Under **Advanced Options**, select one or more options to customize the workflow.
1. Enter your GitHub repository URL or username/repository.
2. (Optional) Under **Advanced Options**, select one or more options to customize the workflow.
3. Click **Generate Workflow**.

<p align="center">
Expand All @@ -16,11 +16,13 @@ To generate a starter workflow for your repository, in the workflow generation i

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](https://github.com/matlab-actions).
For more information about the available GitHub actions for MATLAB that you can use to define your workflow, see [Use MATLAB with GitHub Actions](https://github.com/matlab-actions).

## See Also

- [Use MATLAB with GitHub Actions](https://github.com/matlab-actions)
- [Continuous Integration with MATLAB and Simulink](https://www.mathworks.com/solutions/continuous-integration.html)

## Contact Us

If you have any questions or suggestions, contact MathWorks&reg; at [continuous-integration@mathworks.com](mailto:continuous-integration@mathworks.com).
Loading