ci: enable ci runs on pull_request
This commit is contained in:
parent
d032bbdc5f
commit
ff6c90849e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: Tipi CI
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
ROOT_FOLDER: /runtipi
|
||||
|
|
Loading…
Reference in a new issue