.github: add workflow_dispatch trigger for tests

This commit is contained in:
Will Norris 2026-03-30 09:18:20 -07:00
parent e4f7eada71
commit db2244a25c

View file

@ -5,6 +5,7 @@ on:
pull_request:
branches:
- "**"
workflow_dispatch:
name: tests
env:
GO111MODULE: on