15 lines
286 B
YAML
15 lines
286 B
YAML
name: Android Build CI
|
|
|
|
on:
|
|
push:
|
|
branches: [ master ]
|
|
pull_request:
|
|
branches: [ master ]
|
|
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
|
cancel-in-progress: true
|
|
|
|
jobs:
|
|
build-qa-debug:
|
|
uses: ./.github/workflows/generate_apk.yml |