Skip to content

Move central publishing to GH actions #389

Move central publishing to GH actions

Move central publishing to GH actions #389

Workflow file for this run

on:
push:
pull_request:
name: "android"
jobs:
build:
name: Building Android
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
runs-on: ubuntu-latest
steps:
- name: Build Android
uses: ./.github/actions/android