Skip to content

Commit

Permalink
feat: build debug app on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
km1chno committed Sep 17, 2024
1 parent b15de42 commit 1392e95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/templates/build-debug/build-debug-android.ejf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ const build = {
name: Build Android Debug App

on:
push:
branches:
- main
workflow_call:
outputs:
build-cache-key:
Expand Down
3 changes: 3 additions & 0 deletions src/templates/build-debug/build-debug-ios.ejf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ const build = {
name: Build iOS Debug App

on:
push:
branches:
- main
workflow_call:
outputs:
build-cache-key:
Expand Down

0 comments on commit 1392e95

Please sign in to comment.