mirror of
https://github.com/open-webui/open-webui
synced 2025-04-02 12:09:06 +00:00
update: set original workflows to workflow_dispatch only
This commit is contained in:
parent
c6b4e01ba6
commit
50e69d867b
8
.github/workflows/build-release.yml
vendored
8
.github/workflows/build-release.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: Release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main # or whatever branch you want to use
|
||||
on: workflow_dispatch
|
||||
# push:
|
||||
# branches:
|
||||
# - main # or whatever branch you want to use
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
11
.github/workflows/deploy-to-hf-spaces.yml
vendored
11
.github/workflows/deploy-to-hf-spaces.yml
vendored
@ -1,11 +1,10 @@
|
||||
name: Deploy to HuggingFace Spaces
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
- main
|
||||
workflow_dispatch:
|
||||
on: workflow_dispatch
|
||||
# push:
|
||||
# branches:
|
||||
# - dev
|
||||
# - main
|
||||
|
||||
jobs:
|
||||
check-secret:
|
||||
|
15
.github/workflows/docker-build.yaml
vendored
15
.github/workflows/docker-build.yaml
vendored
@ -1,13 +1,12 @@
|
||||
name: Create and publish Docker images with specific build args
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
tags:
|
||||
- v*
|
||||
on: workflow_dispatch
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
# - dev
|
||||
# tags:
|
||||
# - v*
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
18
.github/workflows/format-backend.yaml
vendored
18
.github/workflows/format-backend.yaml
vendored
@ -1,14 +1,14 @@
|
||||
name: Python CI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
on: workflow_dispatch
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
# - dev
|
||||
# pull_request:
|
||||
# branches:
|
||||
# - main
|
||||
# - dev
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
18
.github/workflows/format-build-frontend.yaml
vendored
18
.github/workflows/format-build-frontend.yaml
vendored
@ -1,14 +1,14 @@
|
||||
name: Frontend Build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
on: workflow_dispatch
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
# - dev
|
||||
# pull_request:
|
||||
# branches:
|
||||
# - main
|
||||
# - dev
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user