Skip to content

Commit f11ed5b

Browse files
authored
add a trigger with tag push (release)
1 parent 1e41ed3 commit f11ed5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/android.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Android CI
22
on:
33
push:
44
branches: [ master ]
5+
tags:
6+
- '*'
57
pull_request:
68
branches: [ master ]
79
workflow_dispatch:

0 commit comments

Comments
 (0)