Skip to content

Commit

Permalink
ci: 使lint对所有branch生效
Browse files Browse the repository at this point in the history
  • Loading branch information
SugarMGP committed Nov 24, 2024
1 parent dc849ae commit 5e69b6f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@ name: Lint
# 定义触发条件:在 `dev` 分支的 push 或 pull request 事件触发工作流
on:
push:
branches:
- dev # 当向 dev 分支推送时触发
pull_request:
branches:
- dev # 当对 dev 分支发起拉取请求时触发

jobs:
lint:
Expand Down

0 comments on commit 5e69b6f

Please sign in to comment.