Add manual dispatch to golangci-lint.yml (#4440)

This commit is contained in:
Lucas Manuel Rodriguez 2022-03-03 17:15:17 -03:00 committed by GitHub
parent 4f8847ddd2
commit 29bd76f60d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,8 @@ on:
pull_request:
paths:
- '**.go'
workflow_dispatch: # Manual
jobs:
golangci:
name: lint