mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
chore: update push branch in build-release workflow to 'next'
Revert "Code Interpreter Auto-Prepare feature filesystem functionality"
This reverts commit f0b734fd7c.
workflow
Code Interpreter Auto-Prepare feature filesystem functionality
chore: update workflow triggers to use workflow_dispatch
This commit is contained in:
11
.github/workflows/release-pypi.yml
vendored
11
.github/workflows/release-pypi.yml
vendored
@@ -1,11 +1,12 @@
|
||||
name: Release to PyPI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main # or whatever branch you want to use
|
||||
- pypi-release
|
||||
|
||||
# push:
|
||||
# branches:
|
||||
# - main # or whatever branch you want to use
|
||||
# - pypi-release
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user