From 590687521c01c16c517b096d52ef66d6aabd280c Mon Sep 17 00:00:00 2001 From: CielNeko Date: Sat, 17 Feb 2024 18:08:10 +0800 Subject: [PATCH] chore(ci): update workflow --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 562d8805..6f1f7868 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,9 @@ on: push: tags-ignore: - 'v*' + branches: + - '*' + pull_request: jobs: libcore: name: Native Build (LibCore) @@ -69,7 +72,8 @@ jobs: name: APKs path: ${{ env.APK }} upload: - name: Upload Release + name: Upload APK + if: ${{ github.event_name != 'pull_request'}} runs-on: ubuntu-latest needs: build steps: