Update android.yml
This commit is contained in:
parent
02ae76fc72
commit
f5f4fc28ef
1 changed files with 2 additions and 2 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
|
@ -2,8 +2,8 @@ name: Android Release Build and Publish
|
|||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*' # 当推送一个新的版本标签(例如 v1.0.0)时触发
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue