From d09df12e429fc1eabca62fd9d2c21d23536674c0 Mon Sep 17 00:00:00 2001 From: Fioren <102145692+FiorenMas@users.noreply.github.com> Date: Fri, 7 Jun 2024 15:25:19 +0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc7ca8c..4a01370 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,10 @@ jobs: id: check-twitter-piko-stable if: steps.check-gh.outputs.internet_error == '0' run: bash src/etc/ci.sh crimera/piko latest twitter-stable-piko.apk + - name: Check new patch Twitter Piko Beta + id: check-twitter-piko-beta + if: steps.check-gh.outputs.internet_error == '0' + run: bash src/etc/ci.sh crimera/piko prerelease twitter-beta-piko.apk - name: Check new patch Revanced For Android 6 & 7 id: check-rve67 if: steps.check-gh.outputs.internet_error == '0'