We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 882114d commit f331993Copy full SHA for f331993
.github/workflows/android.yml
@@ -18,6 +18,7 @@ jobs:
18
19
test_release:
20
needs: [build]
21
+ runs-on: ubuntu-latest
22
name: Building Android
23
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository)
24
steps:
0 commit comments