Skip to content

Commit e2b745e

Browse files
authored
Update golangci-lint.yml
1 parent 55f038e commit e2b745e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: pull-cli-lint
22
on:
33
pull_request:
4+
branches: [ "main" ]
45
workflow_dispatch:
56
jobs:
67
golangci:
7-
name: lint
8+
name: golangci-lint
89
runs-on: ubuntu-latest
910
steps:
1011
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)