Only run CI on PRs and pushes to master (#275)

This commit is contained in:
Josh Gross 2019-12-26 17:00:18 -05:00 committed by eric sciple
parent 5feb835dff
commit 60d3096c71

View File

@ -1,6 +1,8 @@
name: toolkit-unit-tests name: toolkit-unit-tests
on: on:
push: push:
branches:
- master
paths-ignore: paths-ignore:
- '**.md' - '**.md'
pull_request: pull_request: