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: