diff --git a/.github/workflows/android-debug.yml b/.github/workflows/android-debug.yml new file mode 100644 index 0000000..0265fc0 --- /dev/null +++ b/.github/workflows/android-debug.yml @@ -0,0 +1,14 @@ +################################################################################## +# Calls workflow from code repo +################################################################################## +name: Android - Debug + +on: + push: + branches: + - chore/android-signing-debug + +jobs: + android_release: + uses: IDEMSInternational/open-app-builder/.github/workflows/reusable-android-build.yml@chore/android-debug-signing + secrets: inherit