Skip to content

Commit

Permalink
ci: remove continuous-deployment trigger on main, update README.md (#273
Browse files Browse the repository at this point in the history
)
  • Loading branch information
xavimolloy authored Jul 16, 2024
1 parent c180732 commit 5f0172d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
push:
branches:
- develop
- main

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
```

Expand Down

0 comments on commit 5f0172d

Please sign in to comment.