forked from open-webui/open-webui
feat: build docker image on dev
This commit is contained in:
parent
295ebb4f25
commit
19e7d9a0f3
1 changed files with 3 additions and 1 deletions
4
.github/workflows/docker-build.yaml
vendored
4
.github/workflows/docker-build.yaml
vendored
|
@ -4,7 +4,9 @@ name: Create and publish a Docker image
|
|||
# Configures this workflow to run every time a change is pushed to the branch called `release`.
|
||||
on:
|
||||
push:
|
||||
branches: ['main']
|
||||
branches:
|
||||
- main
|
||||
- dev
|
||||
tags:
|
||||
- v*
|
||||
|
||||
|
|
Loading…
Reference in a new issue