Merge pull request #49 from Dineshkarthik/pr_pull_request

Run unittest when a PR is created
This commit is contained in:
DK 2020-12-10 16:20:09 +01:00 committed by GitHub
commit 38a274d1d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
name: Unittest
on: [push]
on: [push, pull_request]
jobs:
build: