Skip to content

Main branch protection #63

Main branch protection

Main branch protection #63

Workflow file for this run

name: Main branch protection
run-name: Main branch protection
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