mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40: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
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'api/**'
|
||||
- 'client/**'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue