准备切换分支

This commit is contained in:
cheney 2026-08-07 09:10:40 +08:00
parent 6bacda05f8
commit ac8a4b8cd2
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,10 @@
name: Docker Build and Push
on: [push]
# 仅 main 分支 push 触发, 其他分支不触发
on:
push:
branches:
- main
jobs:
build-image:

View File

@ -22,7 +22,8 @@
"tauri:android:build": "tauri android build",
"tauri:android:apk": "tauri android build --apk",
"test": "echo \"Error: no test specified\" && exit 1",
"data:news": "node --no-warnings scripts/refresh-news.cjs"
"data:news": "node --no-warnings scripts/refresh-news.cjs",
"publish": "bash scripts/wsl/build-apk.sh release"
},
"dependencies": {
"@huolala-tech/page-spy": "^1.5.7",