Skip to content

Commit b1a272e

Browse files
authored
allow running GitHub workflow manually (commons-app#5248)
1 parent f4e8de7 commit b1a272e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Android CI
22

3-
on: [push, pull_request]
3+
on: [push, pull_request, workflow_dispatch]
44

55
concurrency:
66
group: build-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)