Skip to content

Adds CI for building images on PR #4

Adds CI for building images on PR

Adds CI for building images on PR #4

Workflow file for this run

name: 🎯 Pull Request
on:
pull_request:
jobs:
setup:
name: Setup
uses: ./.github/workflows/Setup.yml
build:
name: Build
needs: [ setup ]
uses: ./.github/workflows/Build.yml
with:
matrix: ${{ needs.setup.outputs.matrix }}