Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ehennestad committed Mar 12, 2024
1 parent c56055f commit 1dfac91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- pipeline
paths-ignore:
- 'README.md'
workflow_dispatch:

jobs:
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 1dfac91

Please sign in to comment.