mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 01:10:14 +01:00
feat: build dev images on changes to api/client or manually (#720)
This commit is contained in:
parent
1f8520cdad
commit
745eef2eb0
1 changed files with 4 additions and 0 deletions
4
.github/workflows/dev-images.yml
vendored
4
.github/workflows/dev-images.yml
vendored
|
|
@ -1,9 +1,13 @@
|
||||||
name: Docker Dev Images Build
|
name: Docker Dev Images Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
paths:
|
||||||
|
- 'api/**'
|
||||||
|
- 'client/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue