Skip to content

Commit e044e80

Browse files
authored
Merge pull request #44 from zxl7/main
修改部署更新方式为tags
2 parents 15a3a9b + 98488b5 commit e044e80

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ name: CI/CD
66
# 触发条件
77
on:
88
push:
9-
branches:
10-
- online
11-
# tags:
12-
# - 'v*'
9+
# branches:
10+
# - online
11+
tags:
12+
- 'v*.*.*'
1313
# 修改文件范围, 不在范围内不触发
1414
paths:
1515
- '.github/workflows/**'

0 commit comments

Comments
 (0)