ci: disable build on PRs
pr builds seem to fail due to missing signing config
This commit is contained in:
parent
476220b3c6
commit
8f31872456
1 changed files with 0 additions and 2 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
|
@ -10,8 +10,6 @@ permissions:
|
|||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue