Skip to content

Commit 7cfedc4

Browse files
Update android.yml for manully build on actions
1 parent b52f70a commit 7cfedc4

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/android.yml

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

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- dev
7+
pull_request:
8+
branches:
9+
- dev
10+
workflow_dispatch:
411

512
jobs:
613
build:

0 commit comments

Comments
 (0)