mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Add manual dispatch to golangci-lint.yml (#4440)
This commit is contained in:
parent
4f8847ddd2
commit
29bd76f60d
1 changed files with 2 additions and 0 deletions
2
.github/workflows/golangci-lint.yml
vendored
2
.github/workflows/golangci-lint.yml
vendored
|
|
@ -9,6 +9,8 @@ on:
|
|||
pull_request:
|
||||
paths:
|
||||
- '**.go'
|
||||
workflow_dispatch: # Manual
|
||||
|
||||
jobs:
|
||||
golangci:
|
||||
name: lint
|
||||
|
|
|
|||
Loading…
Reference in a new issue