Run unit tests for PRs

This commit is contained in:
Matthias 2021-01-27 21:19:00 +01:00 committed by GitHub
parent 38e90170c1
commit 449c17dbaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
name: test
on: push
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build_and_test:
name: test