Correct trigger event for mingw tests to pull_request from push'

This commit is contained in:
Ward Fisher 2022-01-24 16:31:34 -07:00
parent a8c5307ed3
commit b1b59e1760

View File

@ -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() }}