Add manual run trigger

This commit is contained in:
Zachary Klosko 2020-11-30 21:34:16 -05:00
parent 1d8b2754af
commit 70b8b1bfe1
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@ on:
types: [opened, ready_for_review, review_requested]
paths-ignore:
- 'docs/**'
workflow_dispatch:
jobs:
test-xenial:
runs-on: ubuntu-16.04