.github: run pipeline on pull requests
Also run the pipeline on pull requests, so nothing utterly broken can easily slip in. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
36a24ef23c
commit
49f5056b45
|
@ -7,6 +7,7 @@ env:
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
xserver-build-ubuntu:
|
xserver-build-ubuntu:
|
||||||
|
|
Loading…
Reference in New Issue