Skip to content

Main branch protection: fix #16

Main branch protection: fix

Main branch protection: fix #16

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
function-test:
uses: ./.github/workflows/callable-test-function.yaml