forked from open-webui/open-webui
feat: trigger docker build after release
This commit is contained in:
parent
7a7d1931d9
commit
b7ced4e4f1
2 changed files with 12 additions and 0 deletions
1
.github/workflows/docker-build.yaml
vendored
1
.github/workflows/docker-build.yaml
vendored
|
@ -3,6 +3,7 @@ name: Create and publish a Docker image
|
|||
|
||||
# Configures this workflow to run every time a change is pushed to the branch called `release`.
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue