Skip to content

Commit

Permalink
Merge pull request #2404 from WardF/add_manual_github_actions.wif
Browse files Browse the repository at this point in the history
Add manual GitHub actions triggers for the tests.
  • Loading branch information
WardF authored Jun 13, 2022
2 parents 8fc5fe8 + 5f1e18b commit d68c2ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name: Run macOS-based netCDF Tests


on: [pull_request]
on: [pull_request, workflow_dispatch]

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_win_mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name: Run MSYS2, MinGW64-based Tests


on: [pull_request]
on: [pull_request, workflow_dispatch]

jobs:

Expand Down

0 comments on commit d68c2ff

Please sign in to comment.