Skip to content

Commit 3d83ad4

Browse files
committed
chore: android signing debug
1 parent adc34d7 commit 3d83ad4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
##################################################################################
2+
# Calls workflow from code repo
3+
##################################################################################
4+
name: Android - Debug
5+
6+
on:
7+
push:
8+
branches:
9+
- chore/android-signing-debug
10+
11+
jobs:
12+
android_release:
13+
uses: IDEMSInternational/open-app-builder/.github/workflows/reusable-android-build.yml@master
14+
secrets: inherit

0 commit comments

Comments
 (0)