This commit is contained in:
Dennis Heimbigner 2022-11-08 20:09:27 -07:00
parent 7f98d4d7df
commit 71815264d9
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -4,7 +4,7 @@
name: Run Ubuntu/Linux netCDF Tests
on: [push,pull_request, workflow_dispatch]
on: [pull_request, workflow_dispatch]
jobs:

View File

@ -9,7 +9,7 @@ name: Run MSYS2, MinGW64-based Tests
env:
CPPFLAGS: "-D_BSD_SOURCE"
on: [push,pull_request, workflow_dispatch]
on: [pull_request, workflow_dispatch]
jobs: