Changed: Only show github action builds for pushes to master branch and not of other branches and pull requests

This commit is contained in:
agnostic-apollo
2023-08-10 00:46:44 +05:00
committed by GitHub
parent 9d308c2331
commit 06230f95df

View File

@@ -79,7 +79,7 @@ Only a universal APK is released, which will work on all supported architectures
### GitHub
Termux application can be obtained on `GitHub` either from [`GitHub Releases`](https://github.com/termux/termux-app/releases) for version `>= 0.118.0` or from [`GitHub Build`](https://github.com/termux/termux-app/actions/workflows/debug_build.yml) action workflows.
Termux application can be obtained on `GitHub` either from [`GitHub Releases`](https://github.com/termux/termux-app/releases) for version `>= 0.118.0` or from [`GitHub Build Action`](https://github.com/termux/termux-app/actions/workflows/debug_build.yml?query=branch%3Amaster+event%3Apush) workflows.
The APKs for `GitHub Releases` will be listed under `Assets` drop-down of a release. These are automatically attached when a new version is released.