Skip to content

nolabs-backend-pr

nolabs-backend-pr #4

name: nolabs-backend-pr
run-name: nolabs-backend-pr
# Build and push nolabs image using GitHub Cache API
# Only if relevant files were changed
on:
pull_request:
branches:
- master
paths:
- 'build/**'
- 'frontend/**'
- 'nolabs/**'
jobs:
build:
permissions:
contents: read
packages: write
uses: ./.github/workflows/build-docker.yaml
with:
microservice_name: "nolabs-backend"