13 lines
216 B
YAML
13 lines
216 B
YAML
pipeline:
|
|
build-frontend:
|
|
when:
|
|
path:
|
|
include: [ frontend/** ]
|
|
# same frontend build step
|
|
|
|
build-backend:
|
|
when:
|
|
path:
|
|
include: [ backend/** ]
|
|
# same backend build step
|