Skip to content

Commit 54125dc

Browse files
dbg : trigger on push
1 parent 57c0ea1 commit 54125dc

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build_android.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Build Android
2-
# on: [workflow_call, workflow_dispatch]
2+
# on: [workflow_call, workflow_dispatch]
33
on:
4-
branch: ci-actions-android
4+
push:
5+
branches:
6+
- ci-actions-android
7+
58
jobs:
69
build_android:
710
timeout-minutes: 30

0 commit comments

Comments
 (0)