feat: build dev images on changes to api/client or manually (#720)

This commit is contained in:
Danny Avila
2023-07-27 19:00:21 -04:00
committed by GitHub
parent 1f8520cdad
commit 745eef2eb0

View File

@@ -1,9 +1,13 @@
name: Docker Dev Images Build
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'api/**'
- 'client/**'
jobs:
build: