Adding triggers for PRs
This commit is contained in:
parent
fc8b3df0ee
commit
e58bbd31e8
.github/workflows
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue