Allow manual dispatch of test-go.yml (#4160)

This commit is contained in:
Lucas Manuel Rodriguez 2022-02-14 12:13:02 -03:00 committed by GitHub
parent 8070e1e606
commit 0ed0c4e27f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@ on:
pull_request:
paths:
- '**.go'
workflow_dispatch: # Manual
jobs:
test-go: