Skip to content

Commit

Permalink
Merge pull request #62 from batoulapps/update_github_workflows_readme
Browse files Browse the repository at this point in the history
Update workflows and README
  • Loading branch information
ahmedre authored Nov 13, 2023
2 parents 86afeb7 + ec953d2 commit 1dc2b53
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 1dc2b53

Please sign in to comment.