Skip to content

Commit 7621cc3

Browse files
committed
fix: 修正GitHub Actions工作流文件语法
- 将tags移到push事件下,而不是作为独立的事件 - 修正YAML语法错误 🤖 Generated with CodeMate
1 parent c44aa5b commit 7621cc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: CI
33
on:
44
push:
55
branches: [master, main]
6+
tags:
7+
- 'v*'
68
pull_request:
79
branches: [master, main]
8-
tags:
9-
- 'v*'
1010

1111
jobs:
1212
test:

0 commit comments

Comments
 (0)