Skip to content

Commit 30a4757

Browse files
push
1 parent e473845 commit 30a4757

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docker_regression_testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# See https://github.com/Unidata/docker-nctests
55
# How https://github.com/WardF/netcdf-test-action
66
name: Run Docker-Based Regression Testing
7-
on: [pull_request,workflow_dispatch]
7+
on: [push,pull_request,workflow_dispatch]
88

99
concurrency:
1010
group: ${{ github.workflow}}-${{ github.head_ref }}

.github/workflows/main-cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: NetCDF-C CMake CI - Windows
22

3-
on: [ pull_request, workflow_dispatch]
3+
on: [push, pull_request, workflow_dispatch]
44

55
env:
66
REMOTETESTDOWN: ${{ vars.REMOTETESTDOWN }}

.github/workflows/run_tests_osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
name: Run macOS-based netCDF Tests
88

9-
on: [pull_request,workflow_dispatch]
9+
on: [push,pull_request,workflow_dispatch]
1010

1111
concurrency:
1212
group: ${{ github.workflow}}-${{ github.head_ref }}

.github/workflows/run_tests_win_cygwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
name: Run Cygwin-based tests
33

4-
on: [pull_request,workflow_dispatch]
4+
on: [push,pull_request,workflow_dispatch]
55

66
concurrency:
77
group: ${{ github.workflow}}-${{ github.head_ref }}

.github/workflows/run_tests_win_mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
CPPFLAGS: "-D_BSD_SOURCE"
1111
REMOTETESTDOWN: ${{ vars.REMOTETESTDOWN }}
1212

13-
on: [pull_request,workflow_dispatch]
13+
on: [push,pull_request,workflow_dispatch]
1414

1515
concurrency:
1616
group: ${{ github.workflow}}-${{ github.head_ref }}

0 commit comments

Comments
 (0)