ci(workers): build both ee and oss for deployment changes

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-06-17 11:01:13 +02:00
parent f33afd3a09
commit 29472f4b4d
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@ on:
- dev
paths:
- ee/api/**
- api/**
name: Build and Deploy Chalice EE

View file

@ -7,6 +7,7 @@ on:
- dev
paths:
- ee/backend/**
- backend/**
name: Build and deploy workers EE