chore: added workflow_dispatch

can be used to manually trigger test runs
This commit is contained in:
Jeff Dickey 2023-03-30 12:16:53 -05:00
parent 5d6d0e2162
commit f079348b93
No known key found for this signature in database

View file

@ -5,6 +5,7 @@ on: # rebuild any PRs and main branch changes
branches:
- main
- 'releases/*'
workflow_dispatch:
jobs:
build: # make sure build/ci work properly