Enable CI for pull requests from forks

This commit is contained in:
Mislav Marohnić 2020-02-17 12:52:48 +01:00
parent 10ea161f92
commit 5f6fd35a99

View file

@ -1,5 +1,5 @@
name: Tests
on: [push]
on: [push, pull_request]
jobs:
build:
strategy: