Skip to content

Commit 63becde

Browse files
misc: trigger workflow with push
1 parent 2bac070 commit 63becde

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/publish-android.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Publish Native Android Library
22

3-
on: workflow_dispatch
3+
#on: workflow_dispatch
4+
on:
5+
push:
6+
branches:
7+
- ci/add-release-pipeline
48

59
jobs:
610
publish-android:

0 commit comments

Comments
 (0)