From 06230f95dfa05cf4822aa619ed4328cb0f092ef1 Mon Sep 17 00:00:00 2001 From: agnostic-apollo Date: Thu, 10 Aug 2023 00:46:44 +0500 Subject: [PATCH] Changed: Only show github action builds for pushes to master branch and not of other branches and pull requests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 799182f5..0061b9b5 100644 --- a/README.md +++ b/README.md @@ -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.