mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-05 16:20:10 +08:00
Correct trigger event for mingw tests to pull_request from push'
This commit is contained in:
parent
a8c5307ed3
commit
b1b59e1760
3
.github/workflows/run_tests_win_mingw.yml
vendored
3
.github/workflows/run_tests_win_mingw.yml
vendored
@ -7,7 +7,7 @@
|
||||
name: Run MSYS2, MinGW64-based Tests
|
||||
|
||||
|
||||
on: [ push ]
|
||||
on: [ pull_request ]
|
||||
|
||||
jobs:
|
||||
|
||||
@ -52,4 +52,3 @@ jobs:
|
||||
- name: (Autotools) Build and Run Tests
|
||||
run: make check -j 8
|
||||
if: ${{ success() }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user