Skip to content

Commit 248ca9d

Browse files
Merge pull request #145 from gematik/feature/enable-develop-pipeline
Pipeline-Konfiguration auf develop-Branch angepasst
2 parents 447da78 + f15692d commit 248ca9d

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ 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.
8-
# Added working branch to support clean-up of current validation issues - will be removed once branch is merged.
7+
# Triggers the workflow on push or pull request events but only for the master and main development branch.
98
push:
10-
branches: [ main, adesso-update-mapping ]
9+
branches: [ main, develop ]
1110
pull_request:
12-
branches: [ main, adesso-update-mapping ]
11+
branches: [ main, develop ]
1312

1413
# Allows you to run this workflow manually from the Actions tab
1514
workflow_dispatch:

0 commit comments

Comments
 (0)