Skip to content

Commit df7efa2

Browse files
committed
Enable linter on workflow_dispatch
1 parent 414d248 commit df7efa2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
name: golangci-lint
2-
on:
3-
pull_request:
2+
on: [pull_request, workflow_dispatch]
43
jobs:
54
golangci:
65
name: lint

0 commit comments

Comments
 (0)