准备切换分支
This commit is contained in:
parent
6bacda05f8
commit
ac8a4b8cd2
@ -1,6 +1,10 @@
|
|||||||
name: Docker Build and Push
|
name: Docker Build and Push
|
||||||
|
|
||||||
on: [push]
|
# 仅 main 分支 push 触发, 其他分支不触发
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-image:
|
build-image:
|
||||||
|
|||||||
@ -22,7 +22,8 @@
|
|||||||
"tauri:android:build": "tauri android build",
|
"tauri:android:build": "tauri android build",
|
||||||
"tauri:android:apk": "tauri android build --apk",
|
"tauri:android:apk": "tauri android build --apk",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"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": {
|
"dependencies": {
|
||||||
"@huolala-tech/page-spy": "^1.5.7",
|
"@huolala-tech/page-spy": "^1.5.7",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user