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:
karl
2025-05-30 11:00:27 +08:00
committed by karl
parent 53764fe648
commit 770d4e4804
5 changed files with 20 additions and 12 deletions

View File

@@ -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