Skip to content

Commit

Permalink
Merge pull request #125 from millicast/fix/add-manual-trigger
Browse files Browse the repository at this point in the history
Fix/add manual trigger
  • Loading branch information
aravind-raveendran authored Feb 6, 2024
2 parents f310f2d + 09b2a6e commit 08d7c81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
tags:
- '*'
workflow_dispatch:

jobs:
Android-App-Build-And-Internal-Distribution:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/cd_ios_tvos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
- main
tags:
- '*'
workflow_dispatch:

jobs:
Build-And-Deploy-iOS-App-To-Appstore:
Expand Down

0 comments on commit 08d7c81

Please sign in to comment.