Add manual GitHub actions triggers for the tests.

This commit is contained in:
Ward Fisher 2022-06-13 16:56:22 -06:00
parent 8fc5fe8f14
commit 5f1e18b83d
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
name: Run macOS-based netCDF Tests
on: [pull_request]
on: [pull_request, workflow_dispatch]
jobs:

View File

@ -7,7 +7,7 @@
name: Run MSYS2, MinGW64-based Tests
on: [pull_request]
on: [pull_request, workflow_dispatch]
jobs: