From a9e63fde2a9a5457faffd5d2a2b7da8adc4a255c Mon Sep 17 00:00:00 2001 From: Xavier Molloy Date: Mon, 8 Jul 2024 09:58:16 +0200 Subject: [PATCH] ci: remove continuous-deployment trigger on main, update README.md --- .github/workflows/continuous-deployment.yml | 1 - README.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/continuous-deployment.yml b/.github/workflows/continuous-deployment.yml index 29d571103..3438728e4 100644 --- a/.github/workflows/continuous-deployment.yml +++ b/.github/workflows/continuous-deployment.yml @@ -7,7 +7,6 @@ on: push: branches: - develop - - main # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/README.md b/README.md index a0b906bea..0b4f996ef 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ In the module **build.gradle.kts**: ```kotlin dependencies { - implementation("org.hisp.dhis.mobile:designsystem:0.2") + implementation("org.hisp.dhis.mobile:designsystem:0.2.1") } ```