Skip to content

Commit 2979c27

Browse files
authored
Update cicd_process.yml
1 parent ee1fef4 commit 2979c27

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: [ openmrs-2.3.3-upgrade ]
4+
branches: [ master ]
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 openmrs-2.3.3-upgrade
22+
git pull origin master
2323
git status
2424
mvn clean install -DskipTests
2525
sudo rm -rf /var/lib/OpenMRS/modules/kenyaemrorderentry-*.omod

0 commit comments

Comments
 (0)