Trigger github action tests also on pull requests

This commit is contained in:
Alexander Niederbühl 2019-12-28 12:36:20 +01:00
parent b7f3e5816e
commit 2ce8a0b8b7
1 changed files with 21 additions and 22 deletions

View File

@ -1,10 +1,9 @@
name: Test
on: [push]
on: [push, pull_request]
jobs:
build:
runs-on: windows-latest
strategy:
max-parallel: 3