enable workflow dispatch, update docs

This commit is contained in:
Lee Thomason
2022-04-02 13:24:12 -07:00
parent 77df90e8b5
commit cf0a876aad
76 changed files with 76 additions and 76 deletions

View File

@@ -1,5 +1,5 @@
name: Test
on: [ push, pull_request ]
on: [ push, pull_request, workflow_dispatch ]
jobs:
test:
name: ${{ matrix.os }}, ${{ matrix.cmake_name }}