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 4e543d0 commit 1fa43f4Copy full SHA for 1fa43f4
.github/workflows/BuildLibrary.yml
@@ -4,6 +4,9 @@ on:
4
push:
5
branches:
6
- main
7
+ pull_request:
8
+ branches:
9
+ - main
10
11
jobs:
12
build-android:
.github/workflows/CI.yml
@@ -0,0 +1,17 @@
1
+name: CI
2
+on:
3
+ push:
+jobs:
+ build-library:
+ runs-on: ubuntu-latest
+ steps:
13
+ - name: Checkout
14
+ uses: actions/checkout@v3
15
+
16
+ - name: Setup
17
+ uses: ./.github/actions/build_android
0 commit comments