Adding triggers for PRs
This commit is contained in:
parent
fc8b3df0ee
commit
e58bbd31e8
|
@ -3,6 +3,10 @@ on:
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
|
pull_request:
|
||||||
|
types: [opened, ready_for_review, review_requested]
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
jobs:
|
jobs:
|
||||||
test-xenial:
|
test-xenial:
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ubuntu-16.04
|
||||||
|
|
Loading…
Reference in New Issue