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 7e87b52 commit 87ae302Copy full SHA for 87ae302
.github/actions/test-android-build.yml
@@ -5,11 +5,8 @@ on:
5
push:
6
branches:
7
- main
8
- # TODO - remove on merge
9
- - feat/android-build-action
10
jobs:
11
android_build:
12
- # TODO - Replace with main on merge
13
- uses: supportingami/programming-club-builder/.github/workflows/android-build.yml@feat/android-build-action
+ uses: supportingami/programming-club-builder/.github/workflows/android-build.yml@main
14
with:
15
dist-path: demo
0 commit comments