problem: doesn't run CI tests on a Pull Request

This commit is contained in:
Igor Artamonov
2020-07-06 18:03:07 -04:00
parent 0d1ce85b5f
commit 61f07b8b43

View File

@@ -1,6 +1,12 @@
name: Tests
on: [push]
on:
# if pushed directly to the master
push:
branches:
- master
# on a pull request
pull_request:
jobs:
unit-test: