We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 447da78 + f15692d commit 248ca9dCopy full SHA for 248ca9d
1 file changed
.github/workflows/main.yml
@@ -4,12 +4,11 @@ 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.
8
- # Added working branch to support clean-up of current validation issues - will be removed once branch is merged.
+ # Triggers the workflow on push or pull request events but only for the master and main development branch.
9
push:
10
- branches: [ main, adesso-update-mapping ]
+ branches: [ main, develop ]
11
pull_request:
12
13
14
# Allows you to run this workflow manually from the Actions tab
15
workflow_dispatch:
0 commit comments