Trigger github action tests also on pull requests
This commit is contained in:
parent
b7f3e5816e
commit
2ce8a0b8b7
|
@ -1,10 +1,9 @@
|
|||
name: Test
|
||||
|
||||
on: [push]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
max-parallel: 3
|
||||
|
|
Loading…
Reference in New Issue