mirror of
https://github.com/open-webui/open-webui
synced 2025-04-07 14:14:50 +00:00
Merge pull request #3 from 8451LLC/feature/enable-gh-actions
update: workflow_dispatch only on missed workflow
This commit is contained in:
commit
fa6906cf17
10
.github/workflows/release-pypi.yml
vendored
10
.github/workflows/release-pypi.yml
vendored
@ -1,10 +1,10 @@
|
|||||||
name: Release to PyPI
|
name: Release to PyPI
|
||||||
|
|
||||||
on:
|
on: workflow_dispatch
|
||||||
push:
|
# push:
|
||||||
branches:
|
# branches:
|
||||||
- main # or whatever branch you want to use
|
# - main # or whatever branch you want to use
|
||||||
- pypi-release
|
# - pypi-release
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
Loading…
Reference in New Issue
Block a user