Skip to content

Commit

Permalink
Add possibility to deploy app manually
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Ruck <git@manuelruck.de>
  • Loading branch information
Manuel Ruck committed Jun 19, 2022
1 parent 332351a commit 05a7255
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploy-android.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Deploy Android

on:
workflow_dispatch:
branches:
- internal
- alpha
- beta
- master
push:
branches:
- internal
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/deploy-ios.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Deploy iOS

on:
workflow_dispatch:
branches:
- internal
- alpha
- beta
- master
push:
branches:
- internal
Expand Down

0 comments on commit 05a7255

Please sign in to comment.