Skip to content

Commit efbde5c

Browse files
Arbeits-Branch in Workflow aufgenommen
1 parent 1ecedf7 commit efbde5c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ name: CI (FHIR Validation)
44

55
# Controls when the action will run.
66
on:
7-
# Triggers the workflow on push or pull request events but only for the master branch
7+
# Triggers the workflow on push or pull request events but only for the master branch.
8+
# Added working branch to support clean-up of current validation issues - will be removed once branch is merged.
89
push:
9-
branches: [ main ]
10+
branches: [ main, adesso-update-mapping ]
1011
pull_request:
11-
branches: [ main ]
12+
branches: [ main, adesso-update-mapping ]
1213

1314
# Allows you to run this workflow manually from the Actions tab
1415
workflow_dispatch:

0 commit comments

Comments
 (0)