Adding triggers for PRs

This commit is contained in:
Zachary Klosko 2020-11-30 21:15:42 -05:00
parent fc8b3df0ee
commit e58bbd31e8
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@ on:
push:
paths-ignore:
- 'docs/**'
pull_request:
types: [opened, ready_for_review, review_requested]
paths-ignore:
- 'docs/**'
jobs:
test-xenial:
runs-on: ubuntu-16.04