This commit is contained in:
Timothy J. Baek 2024-05-21 20:39:37 -07:00
parent c23a944bac
commit 44d73dd62a
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- main # or whatever branch you want to use - main # or whatever branch you want to use
- dev
jobs: jobs:
release: release:

View File

@ -2,7 +2,7 @@
name = "open-webui" name = "open-webui"
description = "Open WebUI (Formerly Ollama WebUI)" description = "Open WebUI (Formerly Ollama WebUI)"
authors = [ authors = [
{ name = "Timothy Jaeryang Baek", email = "jaeryang_baek@sfu.ca" } { name = "Timothy Jaeryang Baek", email = "tim@openwebui.com" }
] ]
license = { file = "LICENSE" } license = { file = "LICENSE" }
dependencies = [ dependencies = [