feat: build dev images on changes to api/client or manually (#720)
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user