Skip to content

Main branch protection: matrix builds #11

Main branch protection: matrix builds

Main branch protection: matrix builds #11

Workflow file for this run

name: Main branch protection
run-name: "Main branch protection: ${{ github.event.head_commit.message }}"
on:
push:
branches:
- main
permissions:
contents: read
jobs:
build:
uses: ./.github/workflows/callable-build.yaml
unit-test:
uses: ./.github/workflows/callable-test-unit.yaml