Trigger unit test workflow on pull_requests

This commit is contained in:
Marek Siarkowicz
2021-05-10 09:46:42 +02:00
parent a8f38ebd6f
commit f1082eec86

View File

@@ -1,5 +1,5 @@
name: Unit Tests
on: [push]
on: [push, pull_request]
jobs:
test:
# TODO: Remove continue-on-error after migrating from Travis to GitHub Actions