main:修改工作流分支
Deploy to Test / deploy (push) Has been cancelled
Details
Deploy to Test / deploy (push) Has been cancelled
Details
This commit is contained in:
parent
ecc2f51722
commit
bc8e59c70c
|
@ -1,7 +1,7 @@
|
||||||
name: Deploy to Test
|
name: Deploy to Test
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [dev]
|
branches: [main]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
@ -13,7 +13,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
# 指定分支、标签或提交哈希
|
# 指定分支、标签或提交哈希
|
||||||
ref: dev
|
ref: main
|
||||||
# 拉取深度(节省时间与带宽)
|
# 拉取深度(节省时间与带宽)
|
||||||
fetch-depth: 0 # 0 表示拉取完整的历史
|
fetch-depth: 0 # 0 表示拉取完整的历史
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue