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 8e20c72 commit 5f8dc7eCopy full SHA for 5f8dc7e
.github/workflows/android.yml
@@ -0,0 +1,14 @@
1
+name: Android builds
2
+
3
+on:
4
+ workflow_dispatch:
5
+ inputs:
6
+ apis:
7
+ description: 'CSV of apis whose quickstart examples we should build'
8
9
+jobs:
10
+ build:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - name: noop
14
+ run: true
.github/workflows/ios.yml
+name: iOS builds
0 commit comments