Skip to content

Commit fbb58a6

Browse files
committed
lint: golangci: update to workflow_dispatch only
1 parent ec2133c commit fbb58a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: lint
2-
on: [push, pull_request]
2+
on:
3+
workflow_dispatch:
34
jobs:
45
lint:
56
strategy:

0 commit comments

Comments
 (0)