Skip to content

feat(#2): automatically supply the PIN code to unlock the SIM card #16

feat(#2): automatically supply the PIN code to unlock the SIM card

feat(#2): automatically supply the PIN code to unlock the SIM card #16

Workflow file for this run

name: Android Build (Hot fixes / PRs)
on:
workflow_dispatch:
push:
branches:
- 'hotfix/**'
pull_request:
paths-ignore:
- '.gitattributes'
- '.github/**.json'
- '**/.gitignore'
- '.gitmodules'
- '**/*.md'
- 'LICENSE'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v4
- uses: ./.github/actions/android-build
with:
check-build: true
exclude-ci-info: false
release-debug-opt: true
upload-artifacts: true