mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
Allow manual dispatch of test-go.yml (#4160)
This commit is contained in:
parent
8070e1e606
commit
0ed0c4e27f
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test-go.yaml
vendored
1
.github/workflows/test-go.yaml
vendored
|
|
@ -10,6 +10,7 @@ on:
|
|||
pull_request:
|
||||
paths:
|
||||
- '**.go'
|
||||
workflow_dispatch: # Manual
|
||||
|
||||
jobs:
|
||||
test-go:
|
||||
|
|
|
|||
Loading…
Reference in a new issue