Merge pull request #12936 from serathius/pull_request

Trigger unit test workflow on pull_requests
This commit is contained in:
Piotr Tabor 2021-05-10 12:05:24 +02:00 committed by GitHub
commit 6bc125c8d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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