Skip to content

Commit

Permalink
Add develop branch to snapshot deployments (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresmr authored Jan 3, 2024
1 parent 98ecf5a commit b033018
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ name: Continuous deployment
# Controls when the workflow will run
on:
push:
branches: [ "main" ]
branches:
- main
- develop

# 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 @@ -12,7 +12,7 @@ In the module **build.gradle.kts**:

```kotlin
dependencies {
implementation("org.hisp.dhis.mobile:designsystem:1.0-SNAPSHOT")
implementation("org.hisp.dhis.mobile:designsystem:0.2-SNAPSHOT")
}
```

Expand Down
2 changes: 1 addition & 1 deletion designsystem/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = "org.hisp.dhis.mobile"
version = "1.0-SNAPSHOT"
version = "0.2-SNAPSHOT"

plugins {
kotlin("multiplatform")
Expand Down

0 comments on commit b033018

Please sign in to comment.