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:
4
.github/workflows/format-build-frontend.yaml
vendored
4
.github/workflows/format-build-frontend.yaml
vendored
@@ -5,6 +5,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
- next
|
||||
paths-ignore:
|
||||
- 'backend/**'
|
||||
- 'pyproject.toml'
|
||||
@@ -13,6 +14,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
- next
|
||||
paths-ignore:
|
||||
- 'backend/**'
|
||||
- 'pyproject.toml'
|
||||
@@ -22,6 +24,8 @@ jobs:
|
||||
build:
|
||||
name: 'Format & Build Frontend'
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
NODE_OPTIONS: '--max-old-space-size=4096'
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user