Skip to content

Commit 32c8947

Browse files
committed
Add workflow_dispatch trigger to workflows from GitHub
1 parent 7554b07 commit 32c8947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Build
22
on:
3+
workflow_dispatch:
34
push:
45
branches:
56
- main
@@ -118,4 +119,3 @@ jobs:
118119
with:
119120
name: test-reports
120121
path: gradle-tests/**/build/reports/androidTests/
121-

0 commit comments

Comments
 (0)