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