enable workflow dispatch, update docs
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -1,5 +1,5 @@
|
||||
name: Test
|
||||
on: [ push, pull_request ]
|
||||
on: [ push, pull_request, workflow_dispatch ]
|
||||
jobs:
|
||||
test:
|
||||
name: ${{ matrix.os }}, ${{ matrix.cmake_name }}
|
||||
|
||||
Reference in New Issue
Block a user