main:修改工作流分支
Deploy to Test / deploy (push) Has been cancelled Details

This commit is contained in:
liubocheng 2025-04-04 22:09:47 +08:00
parent ecc2f51722
commit bc8e59c70c
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
name: Deploy to Test
on:
push:
branches: [dev]
branches: [main]
jobs:
deploy:
@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4
with:
# 指定分支、标签或提交哈希
ref: dev
ref: main
# 拉取深度(节省时间与带宽)
fetch-depth: 0 # 0 表示拉取完整的历史