Skip to content

Commit 26931b7

Browse files
update cicd_process.yml
1 parent 2979c27 commit 26931b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cicd_process.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: deploy to prod 8600
22
on:
33
push:
4-
branches: [ master ]
4+
branches: [labware-integration ]
55
jobs:
66

77
build:
@@ -19,7 +19,7 @@ jobs:
1919
script: |
2020
git config --global --add safe.directory /apps/github-workflows/kenyaemr-modules/openmrs-module-kenyaemrorderentry
2121
cd /apps/github-workflows/kenyaemr-modules/openmrs-module-kenyaemrorderentry
22-
git pull origin master
22+
git pull origin labware-integration
2323
git status
2424
mvn clean install -DskipTests
2525
sudo rm -rf /var/lib/OpenMRS/modules/kenyaemrorderentry-*.omod

0 commit comments

Comments
 (0)