ci(workers): build both ee and oss for deployment changes
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
f33afd3a09
commit
29472f4b4d
2 changed files with 2 additions and 0 deletions
1
.github/workflows/api-ee.yaml
vendored
1
.github/workflows/api-ee.yaml
vendored
|
|
@ -6,6 +6,7 @@ on:
|
|||
- dev
|
||||
paths:
|
||||
- ee/api/**
|
||||
- api/**
|
||||
|
||||
name: Build and Deploy Chalice EE
|
||||
|
||||
|
|
|
|||
1
.github/workflows/workers-ee.yaml
vendored
1
.github/workflows/workers-ee.yaml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
|||
- dev
|
||||
paths:
|
||||
- ee/backend/**
|
||||
- backend/**
|
||||
|
||||
name: Build and deploy workers EE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue