We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ecedf7 commit efbde5cCopy full SHA for efbde5c
1 file changed
.github/workflows/main.yml
@@ -4,11 +4,12 @@ name: CI (FHIR Validation)
4
5
# Controls when the action will run.
6
on:
7
- # Triggers the workflow on push or pull request events but only for the master branch
+ # 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.
9
push:
- branches: [ main ]
10
+ branches: [ main, adesso-update-mapping ]
11
pull_request:
12
13
14
# Allows you to run this workflow manually from the Actions tab
15
workflow_dispatch:
0 commit comments