Skip to content

Commit

Permalink
Update workflows and README
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedre committed Nov 13, 2023
1 parent 86afeb7 commit ec953d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ec953d2

Please sign in to comment.