mirror of
https://github.com/open-webui/open-webui
synced 2025-04-02 12:09:06 +00:00
update: workflow_dispatch only on missed workflow
This commit is contained in:
parent
50e69d867b
commit
3fa93acaf1
10
.github/workflows/release-pypi.yml
vendored
10
.github/workflows/release-pypi.yml
vendored
@ -1,10 +1,10 @@
|
||||
name: Release to PyPI
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main # or whatever branch you want to use
|
||||
- pypi-release
|
||||
on: workflow_dispatch
|
||||
# push:
|
||||
# branches:
|
||||
# - main # or whatever branch you want to use
|
||||
# - pypi-release
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
Loading…
Reference in New Issue
Block a user