diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e2f6c29d..b150c7d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,8 @@ on: push: branches: - pipeline + paths-ignore: + - 'README.md' workflow_dispatch: jobs: diff --git a/README.md b/README.md new file mode 100644 index 00000000..10ce5b7a --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# openMINDS Pipeline + +This branch contains the openMINDS pipeline for the openMINDS_MATLAB repository. The pipeline ensures that the MATLAB schema classes are up to date with the latest openMINDS schemas. + +This pipeline consists of the following workflows: +- `build` : Build the MATLAB schema classes from openMINDS source schemas when these are updated.