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] types: [opened, ready_for_review, review_requested]
paths-ignore: paths-ignore:
- 'docs/**' - 'docs/**'
workflow_dispatch:
jobs: jobs:
test-xenial: test-xenial:
runs-on: ubuntu-16.04 runs-on: ubuntu-16.04