ci: Android CI deaktivieren (nur noch manuell per workflow_dispatch)
This commit is contained in:
parent
504207376f
commit
db72a8b4ad
1 changed files with 1 additions and 4 deletions
5
.github/workflows/android-ci.yml
vendored
5
.github/workflows/android-ci.yml
vendored
|
|
@ -1,10 +1,7 @@
|
|||
name: Android CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue