Skip to content

Set up Matlab CI

Set up Matlab CI #5

Workflow file for this run

name: 'Build MATLAB Plugin'
on:
push:
branches:
- 'master'
paths:
- 'matlab/**/*'
pull_request:
paths:
- 'matlab/**/*'
permissions:
contents: 'read'
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- name: Checkout branch ${{ github.ref_name }}
uses: actions/checkout@v4
- name: Setup MATLAB
uses: matlab-actions/setup-matlab@v1
- name: Run build
uses: matlab-actions/run-build@v1