Skip to content

Commit

Permalink
feat: Run pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ylboerner committed Nov 25, 2023
1 parent 690e5a5 commit 3bf7762
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ name: CI (FHIR Validation)
on:
# Triggers the workflow on push or pull request events but only for the master branch
push:
branches: [ master-isik-stufe-2 ]
pull_request:
branches: [ master-isik-stufe-2 ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -284,12 +284,14 @@
"id": "Patient.name:Name.family.extension:nachname",
"path": "Patient.name.family.extension",
"sliceName": "nachname",
"max": "1",
"mustSupport": true
},
{
"id": "Patient.name:Name.family.extension:vorsatzwort",
"path": "Patient.name.family.extension",
"sliceName": "vorsatzwort",
"max": "1",
"mustSupport": true
},
{
Expand Down Expand Up @@ -356,12 +358,14 @@
"id": "Patient.name:Geburtsname.family.extension:nachname",
"path": "Patient.name.family.extension",
"sliceName": "nachname",
"max": "1",
"mustSupport": true
},
{
"id": "Patient.name:Geburtsname.family.extension:vorsatzwort",
"path": "Patient.name.family.extension",
"sliceName": "vorsatzwort",
"max": "1",
"mustSupport": true
},
{
Expand Down

0 comments on commit 3bf7762

Please sign in to comment.