Update android.yml
This commit is contained in:
parent
2dbebba802
commit
98782c5ac4
1 changed files with 2 additions and 3 deletions
5
.github/workflows/android.yml
vendored
5
.github/workflows/android.yml
vendored
|
|
@ -3,9 +3,8 @@ name: Android Release Build and Publish
|
|||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch: # 手动触发支持
|
||||
|
||||
- master
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue