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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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