From 3543417f2adb651a95ebd9c4fecb1dc681a1e508 Mon Sep 17 00:00:00 2001 From: LarryFrosty <80482125+LarryFrosty@users.noreply.github.com> Date: Sat, 7 Sep 2024 03:27:31 +0800 Subject: [PATCH] im lazy --- .github/workflows/mobile-release.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mobile-release.yml b/.github/workflows/mobile-release.yml index 35fd1826..11f2277a 100644 --- a/.github/workflows/mobile-release.yml +++ b/.github/workflows/mobile-release.yml @@ -1,5 +1,9 @@ name: Android -on: workflow_dispatch +on: + push: + branches: [ main ] + + workflow_dispatch: jobs: Mobile: runs-on: ubuntu-latest