From ec953d22a3c922e07abc585f96ad42fc137b312a Mon Sep 17 00:00:00 2001 From: Ahmed El-Helw Date: Tue, 14 Nov 2023 00:45:39 +0400 Subject: [PATCH] Update workflows and README --- .github/workflows/build.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4dc27d1..d6516bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: KMP Pull Request on: push: - branches: [ "kotlin_multiplatform" ] + branches: [ "main" ] pull_request: - branches: [ "kotlin_multiplatform" ] + branches: [ "main" ] permissions: contents: read diff --git a/README.md b/README.md index ad6aa3a..99a34f1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ All astronomical calculations are high precision equations directly from the boo Implementations of Adhan in other languages can be found in the parent repo [Adhan](https://github.com/batoulapps/Adhan). -This branch is for the Kotlin Multiplatform version. There is also a branch for a pure Java version of the library. +All primary development is for the Kotlin Multiplatform version. There is also a [branch for a pure Java version](https://github.com/batoulapps/adhan-kotlin/tree/java) of the library. ## Usage