Skip to content

Commit 1090ff8

Browse files
authored
Add workflow_dispatch trigger to CI configuration
Added to be able to trigger the app build manually
1 parent 8cd0901 commit 1090ff8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/android-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches: [ main, master ]
66
pull_request:
7+
workflow_dispatch:
78

89
jobs:
910
build:

0 commit comments

Comments
 (0)